From 2ad86e5a3263fd7091884be1674bb4aad379c2bc Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Thu, 22 Jun 2017 09:24:35 -0700 Subject: [PATCH] Now that we swapped global default, foundation-flaot needs to set -flexbox: false --- assets/foundation-float.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2