Closed skizer closed 3 years ago
Hey @skizer
Thanks for the issue. Should be fixed in 1.4.6, seems like the core package can no longer process sass files. So you won't be able to use @apply in that file.
Let me know if you still have issues :)
Do you have updates on this issue? It looks like we still can't use @apply
with SASS files.
Have the same issue too. When I run nuxt generate command classes with @apply are ignored in global SASS files. At the same time @apply works in global CSS & SCSS files if you include them in nuxt.config.js css section. But if you try to use scss @imports in i.e. main.scss - all @apply rules from imported scss files will be ignored.
Describe the bug Using the nuxt-windicss-module within a nuxt project, leads to SASS files being ignored. Changing the order of css files loaded via virtual entries at the nuxt.config.js css property doesn't solve it. SCSS files are working fine tho.
To Reproduce
Version Nuxt: 2.15.7 nuxt-windicss-module: 1.2.3