]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add one more checkpoint in xy-cell 10491/head
authorKevin Ball <kmball11@gmail.com>
Tue, 1 Aug 2017 20:15:15 +0000 (13:15 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 1 Aug 2017 20:15:15 +0000 (13:15 -0700)
scss/xy-grid/_cell.scss

index d5249da41d9eaf48c5dff3fe29a9fab6bd51c0aa..10f70a64a5a0a20e1576679752108c6fa15abadd 100644 (file)
 ) {
   @if($breakpoint == null) {
     // If `$bp-size` is available then use this, otherwise revert to the smallest bp.
-    @if(variable-exists(-zf-size) and type-of($-zf-size) != 'number') {
+    @if(variable-exists(-zf-size) and type-of($-zf-size) != 'number') and $-zf-size != null {
       $breakpoint: $-zf-size;
     }
     @else {