]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: move xy-grid check under flex-grid check
authorDaniel Ruf <daniel@daniel-ruf.de>
Fri, 2 Mar 2018 23:36:27 +0000 (00:36 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Fri, 2 Mar 2018 23:36:27 +0000 (00:36 +0100)
scss/foundation.scss

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