nuxt / modules

Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
https://nuxt.com/modules
MIT License
899 stars 231 forks source link

scss not load in module #978

Closed sajadhzj closed 3 weeks ago

sajadhzj commented 3 weeks ago

hello, i have problem in load scss in my module for load module i use below code nuxt.options.css.push( resolver.resolve("./runtime/assets/style", "style.scss") );

but when in install my module in one project have error how can use scss in module?

Cannot extract styles for H:/Unibas/Platforms/smart city/front-admin/node_modules/nuxt-glorious/dist/runtime/assets/style/style.scss. Its styles will not be inlined when server-rendering.