Skip to content

Commit 5ab4942

Browse files
add tailwind css file association (#2198)
This PR updates the vscode settings to associate .css files with tailwindcss. This change is recommended by [tailwind](https://github.com/tailwindlabs/tailwindcss-intellisense?tab=readme-ov-file#recommended-vs-code-settings).
1 parent df97fc3 commit 5ab4942

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"editor.defaultFormatter": "esbenp.prettier-vscode"
1111
},
1212
"tailwindCSS.classFunctions": ["clsx"],
13+
"files.associations": {
14+
"*.css": "tailwindcss"
15+
},
1316
"editor.quickSuggestions": {
1417
"strings": "on"
1518
},

0 commit comments

Comments
 (0)