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

Optional features: gutter-collapse default is true #21

Closed pimskie closed 7 years ago

pimskie commented 7 years ago

The docs states that the optional features are false by default: http://vicompany.github.io/ezpz-flexbox-grid/optional-features.html

But the optional fueature $ezpz-gutter-collapse is true by default: https://github.com/vicompany/ezpz-flexbox-grid/blob/master/lib/_ezpz-flexbox-grid.scss#L42

Introduced since https://github.com/vicompany/ezpz-flexbox-grid/issues/13