devlint / gridlex

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

.col-first and .col-last with breakpoints #38

Closed edoher closed 7 years ago

edoher commented 7 years ago

Hi, The grid is fantastic and very flexible, we love it! Unfortunately, there are no breakpoints for REVERSE, FIRST or LAST. That means that if, for example, I need columns to go side-by-side on desktop, but one over the other (in REVERSE order) on mobile, I cannot do it :(

Could you please integrate thos enice xs, sm, md breakpoints for these classes as well?

Thanks!

devlint commented 7 years ago

Done in new 2.3.7 release You can now have <div class="col_xs-last_md-first"> for example https://github.com/devlint/gridlex/releases/tag/2.3.7