]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Put forms before buttons in the default CSS cascade, so more tag-focused styles come...
authorGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 20:08:59 +0000 (12:08 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 20:08:59 +0000 (12:08 -0800)
scss/foundation.scss

index 52a9d69069f9a8f3d1a7be1653d3b4b0390491c2..08af1cd8bafbfed527106fd53c1f731868c77bbb 100644 (file)
@@ -56,8 +56,8 @@
     @include foundation-flex-grid;
   }
   @include foundation-typography;
-  @include foundation-button;
   @include foundation-forms;
+  @include foundation-button;
   @include foundation-visibility-classes;
   @include foundation-float-classes;
   @include foundation-accordion;