From: Kevin Ball Date: Thu, 22 Jun 2017 16:24:35 +0000 (-0700) Subject: Now that we swapped global default, foundation-flaot needs to set -flexbox: false X-Git-Tag: v6.4.0-rc5~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ad86e5a3263fd7091884be1674bb4aad379c2bc;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Now that we swapped global default, foundation-flaot needs to set -flexbox: false --- diff --git a/assets/foundation-float.scss b/assets/foundation-float.scss index 330be393d..0021af1de 100644 --- a/assets/foundation-float.scss +++ b/assets/foundation-float.scss @@ -1,4 +1,4 @@ +$global-flexbox: false; @import '../scss/foundation'; - @include foundation-everything($flex: false);