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
Custom classes defined in my assets/styles.css should automatically generate responsive variants as well as hover, focus and so on. However no variants are created and if you try to use a class like md:grid-layout or md:custom-text no styles are applied.
Expected behavior
Custom classes defined in my assets/styles.css should automatically generate responsive variants as well as hover, focus and so on.
I also created a nuxt tailwind repo with the same code and everything works as intended: https://github.com/qucode1/nuxt-tailwind-poc
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Custom classes defined in my
assets/styles.css
should automatically generate responsive variants as well as hover, focus and so on. However no variants are created and if you try to use a class likemd:grid-layout
ormd:custom-text
no styles are applied.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Custom classes defined in my
assets/styles.css
should automatically generate responsive variants as well as hover, focus and so on.I also created a nuxt tailwind repo with the same code and everything works as intended: https://github.com/qucode1/nuxt-tailwind-poc
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: