]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo
authorKevin Ball <kmball11@gmail.com>
Tue, 1 Aug 2017 16:50:43 +0000 (09:50 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 1 Aug 2017 16:50:43 +0000 (09:50 -0700)
scss/util/_breakpoint.scss

index 63e7d70c48a9c39ac7cdf1757f4789eded95064b..c8562ba588a7cd0a36cf51f25bf9a1c6cc4cafa1 100644 (file)
@@ -145,7 +145,7 @@ $breakpoint-classes: (small medium large) !default;
   $pbp: index($-zf-breakpoints-keys, $print-breakpoint);
 
   // Make breakpoint size available as a variable
-  $old-zf-size: $-zf-zero-breakpoint;
+  $old-zf-size: $-zf-size;
   $-zf-size: nth($value, 1) !global; // get the first value to account for `only` and `down` keywords
 
   // If $str is still an empty string, no media query is needed