Problem/Motivation
We need vertical grid gutter value for designs which has different grid gutters for horizontal and vertical direction.
Let's just introduce
$grid-gutter-width-y: $grid-gutter-width !default;
And do not introduce `$grid-gutter-width-x` but leave `$grid-gutter-width` - it is coming from Bootstrap anyway.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3443684-introduce-vertical-grid-2.patch | 2.01 KB | pivica |
Comments
Comment #2
pivica commentedHere is a patch.
Comment #4
pivica commentedCommitted.