|
Describe the bug {
"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
]
}Expected behavior Is there a workaround? |
Answered by
joe-bell
Jan 22, 2025
Replies: 2 comments
|
I used regex from this issue and it worked for me |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be fixed with #332