From: Kevin Ball Date: Sat, 3 Jun 2017 03:32:58 +0000 (-0700) Subject: Cell block y should not depend on vertical grid X-Git-Tag: v6.4.0-rc3~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a91efa710f85ada23566f7f0886bba8d991db9e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Cell block y should not depend on vertical grid --- diff --git a/scss/xy-grid/_classes.scss b/scss/xy-grid/_classes.scss index b1893263f..8c2f05e3e 100644 --- a/scss/xy-grid/_classes.scss +++ b/scss/xy-grid/_classes.scss @@ -300,12 +300,16 @@ @include -zf-each-breakpoint(false) { .#{$-zf-size}-grid-frame { - width: auto; - @include xy-grid-frame(true); + @include xy-grid-frame; } + .#{$-zf-size}-cell-block { @include xy-cell-block(); } + + .#{$-zf-size}-cell-block-y { + @include xy-cell-block(true); + } } @if $vertical-grid { @@ -326,9 +330,6 @@ @include xy-grid-frame(true); } - .#{$-zf-size}-cell-block-y { - @include xy-cell-block(true); - } } } }