vicompany / ezpz-flexbox-grid

A lightweight Sass (.scss) flexbox grid system that's easy to setup and offers a lot of customisation.
https://vicompany.github.io/ezpz-flexbox-grid/
Other
14 stars 4 forks source link

When $ezpz-grid-default-content-stretch is left to default, grid breaks on IE10 #32

Closed sjorsjes closed 7 years ago

sjorsjes commented 7 years ago

Hi guys,

When leaving the $ezpz-grid-default-content-stretch to the default setting 'unstretch' the grid will break.

This is happening because IE can't handle '.grid .cell { display: inline; }. Changing this to inline-block seems to work?

svensigmond commented 7 years ago

The 3.0.1 release should fix this issue, thanks for reporting!

sjorsjes commented 7 years ago

Thanks!