From dcdbe78a48ff648e51aa57b7947e28da147688c4 Mon Sep 17 00:00:00 2001 From: Jonathan Brennan Date: Thu, 23 Oct 2025 13:19:53 -0500 Subject: [PATCH] add css file association --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 40760fcf5b..fd60454bed 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,9 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "tailwindCSS.classFunctions": ["clsx"], + "files.associations": { + "*.css": "tailwindcss" + }, "editor.quickSuggestions": { "strings": "on" },