I want suggestion while change the tailwind class in the button variant. #6474
mannyamm21
started this conversation in
General
Replies: 1 comment
-
@mannyamm21 Assuming you are using VSCode with TailwindCSS, you could add this to your {
"tailwindCSS.experimental.classRegex": [
[ "(?<=cva\\([\\s\\S]*?)[\"']([^\"']+)[\"']" ],
],
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want suggestion while change the tailwind class in the button variant.
Where I have created a dynamic button with props with the help of shadcn and Class-variance-authority.
My manager wants suggestions for the cva object.
Can anyone please help me to fix this problem
I know the suggestion will not be suggested here because this is an object thing but is there something to fix this because we have lots of color tokens we cannot see manually for every token in global css.
Beta Was this translation helpful? Give feedback.
All reactions