From: Christopher Canisius Date: Wed, 27 Jul 2016 10:00:50 +0000 (+0200) Subject: Added !global back to $grid-column-count X-Git-Tag: v6.2.4-rc1~24^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9055%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added !global back to $grid-column-count --- 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.