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
My expectation would be that all styles belonging to those tailwind classes are applied, but instead I can only see the styles of the classes w-full and hidden. The other classes are ignored. I can't see why. Is this a nuxt ui bug? All of this was still working with the latest alpha version.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
We had the same issue when using Nuxt layers in our application. I was able to solve it by explicitly specifying the directories that tailwind should scan:
main.css
@source "../../../layers/Wireframe/**";
It may or may not be related to you issue. But you could try adding the @source directive in index.css, and point it towards your component folder.
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.2
Reproduction
https://github.com/prof-schnitzel/nuxt-ui3-module
Description
I have this little vue component:
My expectation would be that all styles belonging to those tailwind classes are applied, but instead I can only see the styles of the classes
w-full
andhidden
. The other classes are ignored. I can't see why. Is this a nuxt ui bug? All of this was still working with the latest alpha version.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: