Misha Andreichenko
Results
2
issues of
Misha Andreichenko
FIrst of all, great **thanks** for this library. And right to the point: Hard to explain how to reproduce, think best explanation will be codepen :wink: I create example, try...
In your media queries Stylus/Sass [docs](https://github.com/afonsopacifer/flex-grid-framework/blob/master/mq-mixins.md#columns-1) we able to do this: ``` sass @media (max-width: 61.24em) { li { @include mq-col(flex); } } ``` But i got error when compile:...