Closed Niki2k1 closed 11 months ago
Ok I managed to resolve the error.
Instead of having an settings.scss
@use 'vuetify/settings' with (
$utilities: false
);
and having it added via the vuetify module options.
I now just use a main.scss
with the following content:
@use "vuetify" with (
$utilities: false
);
EDIT: nvm that didn't disable the utillity classes.
@Niki2k1 have you test with solution in pinned issue? https://github.com/userquin/vuetify-nuxt-module/issues/115
That helped thank you, I searched everything, discord other issues but did not check the pinned issues.... 😅
Is there an example how to completely integrate tailwind and remove utility classes?
I have multiple issues when trying to:
settings.scss