fix(tailwindCSS): add experimental classRegex for improved class management

This commit is contained in:
MyPrototypeWhat 2025-11-07 11:26:00 +08:00
parent b57ed07d00
commit cd6a38ebeb

View File

@ -51,6 +51,9 @@
},
"tailwindCSS.classAttributes": [
"className",
"classNames",
"classNames"
],
"tailwindCSS.experimental.classRegex": [
["cva\\(([^;]*)[\\);]", "[`'\"`]([^'\"`;]*)[`'\"`]"]
]
}