From: Daniel Ruf Date: Fri, 2 Mar 2018 23:21:24 +0000 (+0100) Subject: fix: set the global xy-grid variable based on the local y-grid parameter X-Git-Tag: v6.6.0~3^2~280^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9427781b35f5ef89a6028b7d36ed834e024a608;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: set the global xy-grid variable based on the local y-grid parameter --- diff --git a/scss/foundation.scss b/scss/foundation.scss index da529aa00..1f5290558 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -72,6 +72,10 @@ $prototype: false, $xy-grid: true ) { + @if $xy-grid { + $xy-grid: true !global; + } + @if $flex { $global-flexbox: true !global; }