Skip to content

Commit 9c3700a

Browse files
committed
chore(vscode): css file association with tailwindcss
Signed-off-by: Adam Setch <[email protected]>
1 parent a38a2c9 commit 9c3700a

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
@@ -3,6 +3,9 @@
33
"source.fixAll.biome": "explicit"
44
},
55
"editor.defaultFormatter": "biomejs.biome",
6+
"files.associations": {
7+
"*.css": "tailwindcss"
8+
},
69
"[typescript]": {
710
"editor.defaultFormatter": "biomejs.biome"
811
},

0 commit comments

Comments
 (0)