-
|
I started using vuetify to take advantage of v-hover (and some other fancy components too) in my previously created vuejs website. The reason for not using the css is because it changes almost everything in my site to Roboto and also it totally screws with the color scheme I am using (some links and edit boxes literally disappeared as well). Is there a way to link to the vuetify css file (to get the necessary classes for v-tooltip), but also disable all the overrides it does in my default css styles? Or maybe is there a way to only cherry pick the classes for v-tooltip to work? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.

The file is accessible. You could try importing it and see if Vite handles it.
Or just copy the contents. It is one of the most stable pieces (due to simplicity) and you don't really risk much by adding it straight to your sources.