You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug @apply will compiled on Global CSS which if directed to a stand-alone CSS file, but it will not work on files that import other files (wrapper file).
To Reproduce
Steps to reproduce the behavior:
Setup nuxt-windicss just like the docs instruction.
Expected behavior
I expect @apply would work / compiled in the others files but the result was @apply doesn't work / compiled when others imported css except @apply are working.
Screenshots
Additional context @applyworks if we import the files like this
Describe the bug
@apply will compiled on Global CSS which if directed to a stand-alone CSS file, but it will not work on files that import other files (wrapper file).
To Reproduce
Steps to reproduce the behavior:
Inside windi.css
Expected behavior
I expect @apply would work / compiled in the others files but the result was @apply doesn't work / compiled when others imported css except @apply are working.
Screenshots
Additional context
@apply works if we import the files like this
The text was updated successfully, but these errors were encountered: