devlint / gridlex

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

Added "-noWrap" helper to grid classes. #30

Closed TheKidCoder closed 8 years ago

TheKidCoder commented 8 years ago

In certain situations it can be very helpful to not have a grid element automatically wrap to the next line. This helper will simple set flex-wrap to flex-wrap: nowrap.