]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove leading zero from bp-max decrement
authorJasonMiller <jason.miller@revzilla.com>
Fri, 23 Feb 2018 14:18:17 +0000 (09:18 -0500)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2018 14:18:17 +0000 (09:18 -0500)
scss/util/_breakpoint.scss

index 179d8557b5d38d991c27448e875640fb071183bd..a9f5f4a72d53de369bd8cc13b0bf2a64a833a0df 100644 (file)
@@ -77,7 +77,7 @@ $breakpoint-classes: (small medium large) !default;
   // Convert any pixel, rem, or unitless value to em
   $bp: -zf-bp-to-em($bp);
   @if $bp-max {
-    $bp-max: -zf-bp-to-em($bp-max) - 0.0001;
+    $bp-max: -zf-bp-to-em($bp-max) - .0001;
   }
 
   // Conditions to skip media query creation