From a36504ccb093707595d77f9ac108eda6dac499b0 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Thu, 31 May 2018 23:33:06 +0200 Subject: [PATCH] fix: revert mistakenly changed `$global-flexbox` setting in #11315 --- scss/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2