From: Brett Mason Date: Tue, 20 Jun 2017 14:39:10 +0000 (+0100) Subject: Set `$global-flexbox` to true by default X-Git-Tag: v6.4.0-rc5~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10214%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Set `$global-flexbox` to true by default --- diff --git a/scss/_global.scss b/scss/_global.scss index 67f3275a6..d1988eb27 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -103,7 +103,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