From: Nicolas Coden Date: Mon, 19 Dec 2016 17:23:34 +0000 (+0100) Subject: Add column-block for flex-grid #9523 X-Git-Tag: v6.3.1-rc1~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9526%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add column-block for flex-grid #9523 Closes #9523 - Add column-block for flex-grid. Note: grid and flex-grid should be refactorized and factorized. --- diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index a43774d1a..88cadd3a1 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -285,6 +285,11 @@ max-width: 100%; } + // Block grid columns + .column-block { + @include grid-column-margin; + } + .columns { @extend .column; // sass-lint:disable-line placeholder-in-extend