Vuetify Reset CSS

Good day I have the latest nuxt version and have added Vuetify module. I have followed the docs found here https://nuxt.vuetifyjs.com/guide/sass-customization.html#overriding-sass-variables However, I still cannot disable the reset css. I have tried both true and false, but it still does not work.
Vuetify Nuxt Module
Zero-config Nuxt Module for Vuetify
5 Replies
kapa.ai
kapa.ai2w ago
Hi @Kernel Panic. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I apologize, but the knowledge sources provided do not contain specific information about disabling Vuetify's reset CSS in a Nuxt project. The link you mentioned is not present in the given sources, and there's no direct information about Vuetify's reset CSS customization. However, based on the general Nuxt configuration information available, I can suggest a possible approach: 1. You might need to configure Vuetify options in your nuxt.config.ts file. 2. The Vuetify module for Nuxt might have different configuration options compared to standalone Vuetify. To get the most accurate and up-to-date information, I recommend: 1. Checking the official Nuxt Vuetify module documentation for the latest version you're using. 2. If the issue persists, consider opening a GitHub Discussion as suggested in the Getting Help section of Nuxt documentation. If you need professional assistance, you might want to consider the Nuxt Experts support option mentioned in the documentation. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2w ago
<@246664150514663425> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
FoxForGate
FoxForGate2w ago
@Joaquín can help you, he implemented vuetify in nuxt via module
Joaquín
Joaquín2w ago
can you provide a minial reproduction? or at least the configuration you're using check https://github.com/Pinegrow/pg-nuxt-vuetify-unocss/blob/main/nuxt.config.ts#L104 and https://github.com/Pinegrow/pg-nuxt-vuetify-unocss/blob/main/nuxt.config.ts#L120 https://discord.com/channels/340160225338195969/696761883184595004/1278648575500226560 and https://discord.com/channels/340160225338195969/696761883184595004/1278663775892930601 (check also the thread, link to previous pinegrow repo) iirc you also need to disable nuxt inline styles (if you've enabled the flag)
FoxForGate
FoxForGate2w ago
I really appreciate your help!

Did you find this page helpful?