-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
According to the docs, the default behavior is for responsive variants to be appended to the end of your CSS file if you omit @tailwind screens
.
Instead, it seems like the defaults are being appended to the end.
Because of this, responsive variants are being overridden by the non-responsive defaults because the defaults are further down the compiled CSS file.
Things I've tried with no luck
- Adding
@tailwind screens
at the end of my CSS file - Removing both of my very basic tailwind plugins in my config file
- Stripping down my tailwind config file to basically nothing
- Uninstalling / reinstalling tailwind from my project.
I've worked on several tailwind projects and this the first time I'm seeing this. The only difference in this project is that it's been upgraded from 0.7.4 to 1.4.6 — wondering if that has something to do with this?
Metadata
Metadata
Assignees
Labels
No labels