How to solve style conflicts between Vuetify and TailwindCSS? #21241
Unanswered
lucasdavidferrero
asked this question in
Q&A
Replies: 1 comment
-
I solved at least the Vuetify's CSS reset overriding Tailwind's utility classes by redefining the CSS layer order, you can define a
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using Nuxt3 with Vuetify, storefrontui and tailwind. StorefrontUI and tailwind work together to provide components that are suitable for ecommerce sites. I want to also use Vuetify to use some of its components in certain parts of the application.
Currently I'm having style conflicts between Vuetify (reset, utilities and default are the most problematic) and tailwind.
At the moment I'm configuring Vuetify with Nuxt following the manual installation: https://vuetifyjs.com/en/getting-started/installation/#manual-setup
How could I solve the style conflic issue? Currently it gives to me weird visualitation because of this
A good solution will be to prefix vuetify's utility classes. How to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions