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

Grid gutter collapsed not working #14

Closed sjorsjes closed 7 years ago

sjorsjes commented 7 years ago

Because the grid-gutter-expanded mixin (line 383) is generating the wrong class. It's using &#{$breakpoint}collapsed instead of &#{$breakpoint}expanded.

ba55ie commented 7 years ago

New version published to NPM.