]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: set the global xy-grid variable based on the local y-grid parameter
authorDaniel Ruf <daniel@daniel-ruf.de>
Fri, 2 Mar 2018 23:21:24 +0000 (00:21 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Fri, 2 Mar 2018 23:21:24 +0000 (00:21 +0100)
scss/foundation.scss

index da529aa00602b76f56f39ccff6726e575746a32e..1f529055893b7d39bd30127bc96de4ca208c5395 100644 (file)
   $prototype: false,
   $xy-grid: true
 ) {
+  @if $xy-grid {
+    $xy-grid: true !global;
+  }
+
   @if $flex {
     $global-flexbox: true !global;
   }