From: Nicolas Coden Date: Thu, 31 May 2018 21:33:06 +0000 (+0200) Subject: fix: revert mistakenly changed `$global-flexbox` setting in #11315 X-Git-Tag: v6.6.0~3^2~160^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11315%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: revert mistakenly changed `$global-flexbox` setting in #11315 --- diff --git a/scss/_global.scss b/scss/_global.scss index bd32ffe1a..3210c8c29 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -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