Replies: 1 comment 1 reply
-
Hey! You can configure your breakpoints to be max-width breakpoints if you like: https://tailwindcss.com/docs/screens#max-width-breakpoints |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While I find Tailwind CSS to be quite effective for mobile-first design, it seems a bit cumbersome when used for desktop-first projects. This is primarily because it necessitates appending max-* to every media query, which can make the code somewhat cluttered.
It would be beneficial if there were an option to choose between using (max-sm & sm) and (min-sm & sm) for media queries. This feature would greatly enhance the flexibility and cleanliness of the code in different project settings.
Example
Beta Was this translation helpful? Give feedback.
All reactions