devlint / gridlex

Just a CSS Flexbox Grid System
http://gridlex.devlint.fr
MIT License
1.38k stars 145 forks source link

Changing to min-width (mobile first) inverts the *-hidden functionality #78

Open santhony7 opened 6 years ago

santhony7 commented 6 years ago

So now an item that is marked as sm-hidden will show at "sm" and lower breakpoints.

Expected: Items should be hidden at "sm" or lower breakpoints still.