From 53d52f3311db6be837d65ef0a1fc6d5cb4b3edbb Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 19 Dec 2016 18:23:34 +0100 Subject: [PATCH] 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. --- scss/grid/_flex-grid.scss | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2