Skip to content

Commit 7bf5c62

Browse files
committed
Add clsx to classFunctions in Tailwind VSCode settings
1 parent e2b9d67 commit 7bf5c62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"typescript.tsdk": "node_modules/typescript/lib",
99
"[typescript]": {
1010
"editor.defaultFormatter": "esbenp.prettier-vscode"
11-
}
11+
},
12+
"tailwindCSS.classFunctions": ["clsx"]
1213
}

0 commit comments

Comments
 (0)