From 2c28001a2e20d95ab4f3ca59794af0650218f1ad Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Mon, 15 Feb 2016 13:05:56 -0800 Subject: [PATCH] Move flex utility class CSS to be last in the cascade --- scss/foundation.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/foundation.scss b/scss/foundation.scss index eaa53a7b8..275a92c27 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -57,7 +57,6 @@ @include foundation-grid; } @else { - @include foundation-flex-classes; @include foundation-flex-grid; } @include foundation-typography; @@ -94,4 +93,8 @@ @include foundation-title-bar; @include foundation-tooltip; @include foundation-top-bar; + + @if $flex { + @include foundation-flex-classes; + } } -- 2.47.2