From 837558e67a36ad8a8f2be3169f0c53e62687a3be Mon Sep 17 00:00:00 2001 From: Christopher Canisius Date: Wed, 27 Jul 2016 12:00:50 +0200 Subject: [PATCH] Added !global back to $grid-column-count --- scss/grid/_row.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/grid/_row.scss b/scss/grid/_row.scss index 9cd14883c..3dd6bfb4e 100644 --- a/scss/grid/_row.scss +++ b/scss/grid/_row.scss @@ -29,7 +29,7 @@ } // Restore the old column count - $grid-column-count: $old-grid-column-count; + $grid-column-count: $old-grid-column-count !global; } /// Creates a grid row. -- 2.47.2