Vitor Camarotto

Results 2 comments of Vitor Camarotto

@benjamincanac Thanks for the response! I tried enabling it, didn't work: ``` export default defineNuxtConfig({ colorMode: { preference: 'dark', disableTransition: false }, }) ``` Maybe it's because `--ui-bg` variable is...

I tried what you suggested, it did not work: ``` // no transition @layer base { body { @apply bg-white dark:bg-black transition-all duration-1000; } } ``` Note that changing the...