devlint / gridlex

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

Fix for hiding columns & equalHeight. #28

Closed TheKidCoder closed 7 years ago

TheKidCoder commented 7 years ago

Not sure if there is a more idomatic way to write the proper selectors, but this works for me.

Fixes issue #27.

bryanwillis commented 7 years ago

Good add. I was adding to display: none!important; to fix this which also seemed to work.