John T. Bonaccorsi @johnbon.dev · Jul 10

Does anyone more familiar with Flux know what this section is referring to? Even when I remove @fluxAppearance, I still get dark mode classes in my Flux markup.

2 likes 2 replies

?

Replies

Josh Hanley 🇦🇺 · Jul 11

It doesn't remove the dark classes from your markup, it just stops Flux from controlling dark mode appearance on your site. By default it detects users system preferences and allows them to override it using a toggle.

Alex Justesen · Jul 11

I don't think you can get rid of the classes unless you want to modify each component. You could change the tailwind selector though if you want to disable dark mode. tailwindcss.com/docs/dark-mode