Nuxt4 and global css import
Context : fresh Nuxt 3.16 install with Nuxt 4 compatibility
When I add a global css import in my nuxt.config.ts file :
I end up with an error 500:
Is there a new strategy for global CSS imports with Nuxt4? I didn't find any info about it
When I add a global css import in my nuxt.config.ts file :
I end up with an error 500:
Cannot find module '~/assets/css/main.css' imported from 'virtual:nuxt:C:\Code\project\.nuxt\css.mjs'Is there a new strategy for global CSS imports with Nuxt4? I didn't find any info about it
