]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Set `$global-flexbox` to true by default 10214/head
authorBrett Mason <brettsmason@users.noreply.github.com>
Tue, 20 Jun 2017 14:39:10 +0000 (15:39 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2017 14:39:10 +0000 (15:39 +0100)
scss/_global.scss

index 67f3275a6ad4c0013d6245f65ce09daa5615cbd2..d1988eb27d94cd7751e0dc547624921f00f40ea0 100644 (file)
@@ -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