]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Set $global-flexbox to false by default
authorGeoff Kimball <geoff@zurb.com>
Wed, 17 Feb 2016 17:43:36 +0000 (09:43 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 17 Feb 2016 17:43:38 +0000 (09:43 -0800)
scss/_global.scss

index ca14b8f73891d8e2fe80f8b4ddd13b630c177fa3..49471c4b035c1f814b42a25efb4db8b96b0bebe5 100644 (file)
@@ -92,7 +92,7 @@ $global-text-direction: ltr !default;
 
 /// Enables flexbox for components that support it.
 /// @type Boolean
-$global-flexbox: true !default;
+$global-flexbox: false !default;
 
 @if not map-has-key($foundation-palette, primary) {
   @error 'In $foundation-palette, you must have a color named "primary".';