thingsym/flexbox-grid-mixins

Fixed width gutter

Closed this issue · 2 comments

Hello
I was wondering how difficult it would be to have the mixins also support fixed gutters like 40px or 2rem for instance?

It does not support now.
Only percentage support.

Because, it can not be calculated in units of absolute and relative in Sass.

In the future, we believe that to be able to use the CSS calc() Function.

Units other than percentage in Version 0.1.2 or later can now be set.
It is still in the experimental stage.

Can be set in the 'width' property, see:
https://www.w3.org/TR/CSS21/visudet.html#the-width-property