]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Move .foundation-mq CSS from main Foundation Sass file to _breakpoint.scss
authorGeoff Kimball <geoff@zurb.com>
Mon, 23 Nov 2015 17:24:12 +0000 (09:24 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 23 Nov 2015 17:24:12 +0000 (09:24 -0800)
scss/foundation.scss
scss/util/_breakpoint.scss

index 64360a2f13dcda70c3d89634ea9e8f5176c6c2d3..db06691628a711cc140d0c93690bd0d5a11ab21d 100644 (file)
 @import 'components/thumbnail';
 @import 'components/tooltip';
 
-// These styles are applied to <meta> tags, which are read by the Foundation JavaScript
-.foundation-mq {
-  font-family: "#{-zf-bp-serialize($breakpoints)}";
-}
-
 @mixin foundation-everything {
   @include foundation-global-styles;
   @include foundation-grid;
index 50384a2fca243cfbe36570bd805c01447879b87b..0f19bc1f61465efd8603933f5b1e89d3fc7b782e 100644 (file)
@@ -180,3 +180,8 @@ $breakpoint-classes: (small medium large) !default;
     @return nth($values, $i);
   }
 }
+
+// These styles are applied to <meta> tags, which are read by the Foundation JavaScript
+.foundation-mq {
+  font-family: "#{-zf-bp-serialize($breakpoints)}";
+}