]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: add the xy-grid parameter to foundation-everything
authorDaniel Ruf <daniel@daniel-ruf.de>
Fri, 2 Mar 2018 19:25:29 +0000 (20:25 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Fri, 2 Mar 2018 19:25:29 +0000 (20:25 +0100)
scss/foundation.scss

index b32277a41f329abd1681685077e6311325d168ed..da529aa00602b76f56f39ccff6726e575746a32e 100644 (file)
@@ -69,7 +69,8 @@
 
 @mixin foundation-everything(
   $flex: true,
-  $prototype: false
+  $prototype: false,
+  $xy-grid: true
 ) {
   @if $flex {
     $global-flexbox: true !global;