Tiagogv

Results 2 comments of Tiagogv

Any news on this bug? I figured out that any global styles that you define in the css property on nuxt.config are added to the page by a script and...

I found a workaround to remove the flickering. Instead of adding the global tailwind css file to nuxt.config `css` property, I have imported it into my layouts/default.vue file like so:...