Strip all dark mode classes
Description
Hello, referencing this issue https://github.com/nuxt/ui/issues/1588 i want to strip all dark: related css classes. I set the default/preferenced mode to light and not using a mode switch. So all the dark: related css classes in the dom are dead code.
So is there a nuxt:ui config to strip all dark: classes or a way to remove them from the dom?
Unfortunately, nothing comes to mind to achieve this right now. Maybe this can be done through a Vite plugin? 🤔
Well it would be cool to have the option build into nuxt ui. Less css class classes inside the dom would be more performant as well. Especially while developing. Hope there is something like that planned
This issue is stale because it has been open for 30 days with no activity.
Closing this as we won't be implementing this in the current version. However, in v3 with the new design system all dark: classes have been removed!