From: Daniel Ruf Date: Fri, 2 Mar 2018 19:25:29 +0000 (+0100) Subject: fix: add the xy-grid parameter to foundation-everything X-Git-Tag: v6.6.0~3^2~280^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f87d215fae06dc16ac89ffd4f6fd2631c782eb1;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: add the xy-grid parameter to foundation-everything --- diff --git a/scss/foundation.scss b/scss/foundation.scss index b32277a41..da529aa00 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -69,7 +69,8 @@ @mixin foundation-everything( $flex: true, - $prototype: false + $prototype: false, + $xy-grid: true ) { @if $flex { $global-flexbox: true !global;