framework
framework copied to clipboard
Unstyled when entering the page
Environment
- Operating System:
Darwin - Node Version:
v16.14.0 - Nuxt Version:
3.0.0-rc.14 - Nitro Version:
1.0.0 - Package Manager:
[email protected] - Builder:
vite - User Config:
css,build,vite,modules,runtimeConfig - Runtime Modules:
@pinia/[email protected],() - Build Modules:
-
Reproduction
When loading a SCSS style in a vite plugin via nuxt.config modules
Reproduction: https://stackblitz.com/edit/github-hqux23?file=nuxt.config.ts You can see that when you remove the styles property in the vuetify() plugin it loads normally when entering the page.
Describe the bug
Makes the site look unstyled for a moment when entering the page.
Additional context
I'm using vuetify@next and vite-plugin-vuetify with this guide. https://next.vuetifyjs.com/en/features/sass-variables/
Thanks.
Logs
No response