How to change the 'tw-' prefix in shadcn's file components.json #2924
-
Hey guys, does anyone knows how to change the 'tw-' prefix in shadcn's file components.json? I tried changing it manually but doesn't works |
Beta Was this translation helpful? Give feedback.
Answered by
alejandrotnaranjo
Mar 8, 2024
Replies: 1 comment
-
I've already changed it, all i had to do was delete the "prefix" line of code in components.json and also in tailwind.config.js and then correct all the involved styles by deleting the prefixes 'tw-' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alejandrotnaranjo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've already changed it, all i had to do was delete the "prefix" line of code in components.json and also in tailwind.config.js and then correct all the involved styles by deleting the prefixes 'tw-'