From b70af45490fb2e0b35b181a4925f4514ee17a948 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Tue, 20 Jun 2017 15:39:10 +0100 Subject: [PATCH] Set `$global-flexbox` to true by default --- scss/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2