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
When responsive breakpoints only change in a small viewport (i.e. sm) all above breakpoints have to be added, which leads to a long and hard to read class-string.
It would be handy to combine multiple breakpoint-prefixes at once, to avoid duplicate code. For example like md:lg:u-w-class
Instead of writing
sm:u-w-10/12 md:u-w-8/12 lg:u-w-8/12
it would be handy to write
sm:u-w-10/12 md:lg:u-w-8/12
The text was updated successfully, but these errors were encountered:
When responsive breakpoints only change in a small viewport (i.e. sm) all above breakpoints have to be added, which leads to a long and hard to read class-string.
It would be handy to combine multiple breakpoint-prefixes at once, to avoid duplicate code. For example like
md:lg:u-w-class
Instead of writing
it would be handy to write
The text was updated successfully, but these errors were encountered: