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" },