mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 22:52:08 +08:00
fix(tailwindCSS): add experimental classRegex for improved class management
This commit is contained in:
parent
b57ed07d00
commit
cd6a38ebeb
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -51,6 +51,9 @@
|
|||||||
},
|
},
|
||||||
"tailwindCSS.classAttributes": [
|
"tailwindCSS.classAttributes": [
|
||||||
"className",
|
"className",
|
||||||
"classNames",
|
"classNames"
|
||||||
|
],
|
||||||
|
"tailwindCSS.experimental.classRegex": [
|
||||||
|
["cva\\(([^;]*)[\\);]", "[`'\"`]([^'\"`;]*)[`'\"`]"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user