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