Add $gutter parameter (with default value) to mixins make-container and make-row?
Created by: florianlacreuse
Hi,
I noticed that both mixins make-container and make-row use directly the variable $grid-gutter-width while mixin make-grid-columns use a parameter $gutter with default value as $grid-gutter-width.
Is there a reason I don't know about?
If not it would be useful in some cases to add this parameter $gutter: $grid-gutter-width to both mixins.
If you give me the go-ahead, i can do a PR.
Kind regards.