]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: revert mistakenly changed `$global-flexbox` setting in #11315 11315/head
authorNicolas Coden <nicolas@ncoden.fr>
Thu, 31 May 2018 21:33:06 +0000 (23:33 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Thu, 31 May 2018 21:33:06 +0000 (23:33 +0200)
scss/_global.scss

index bd32ffe1a1a139ef20877e8234d543e3696931ed..3210c8c295f6e68672adcbbeb5e681fea33f1d52 100644 (file)
@@ -105,7 +105,7 @@ $global-text-direction: ltr !default;
 
 /// Enables flexbox for components that support it.
 /// @type Boolean
-$global-flexbox: false !default;
+$global-flexbox: true !default;
 
 /// Enabled responsive breakpoints for prototypes if applicable
 /// @type Boolean