Replies: 1 comment
-
The solution for me was to upgrade from |
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.
-
In my project it works to change
$body-font-family
with something like:but if I set
$border-radius-root
it won't change the style for components. What's the hack to do so? I tried multiple things like mentioned into vuetifyjs/vuetify-loader#221 (comment) but it does not work.Also, I tried to change my strategy to use
vite-plugin-vuetify
thinking it would help building.css
of components with my custom settings... but it does not work even by targetting specifically@use 'vuetify/settings' with (
.I'm totally lost :/
Any idea? Or any public repo as example?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions