]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Move flex utility class CSS to be last in the cascade
authorGeoff Kimball <geoff@zurb.com>
Mon, 15 Feb 2016 21:05:56 +0000 (13:05 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 15 Feb 2016 21:05:56 +0000 (13:05 -0800)
scss/foundation.scss

index eaa53a7b83df814ef40552161fa14dd5f60c40e8..275a92c27a3f191f53ad63ec95fb79f2582febb1 100644 (file)
@@ -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;
+  }
 }