Skip to content

Commit 2d6a493

Browse files
authored
fix: add cva in tailwindFunctions for prettier class sorting (#164)
1 parent 381c0d2 commit 2d6a493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"htmlWhitespaceSensitivity": "css",
66
"printWidth": 150,
77
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"],
8-
"tailwindFunctions": ["clsx", "cn"],
8+
"tailwindFunctions": ["clsx", "cn", "cva"],
99
"tailwindStylesheet": "resources/css/app.css",
1010
"tabWidth": 4,
1111
"overrides": [

0 commit comments

Comments
 (0)