From: Kevin Ball Date: Tue, 1 Aug 2017 16:50:43 +0000 (-0700) Subject: Fix typo X-Git-Tag: v6.4.2-rc2~1^2~2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039710faa5b4c24c4b33c739304e6085e7f16f9b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix typo --- diff --git a/scss/util/_breakpoint.scss b/scss/util/_breakpoint.scss index 63e7d70c4..c8562ba58 100644 --- a/scss/util/_breakpoint.scss +++ b/scss/util/_breakpoint.scss @@ -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