From 516225cc22517d958a60d7131345d200ee3cc647 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Tue, 1 Aug 2017 13:15:15 -0700 Subject: [PATCH] Add one more checkpoint in xy-cell --- scss/xy-grid/_cell.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/xy-grid/_cell.scss b/scss/xy-grid/_cell.scss index d5249da41..10f70a64a 100644 --- a/scss/xy-grid/_cell.scss +++ b/scss/xy-grid/_cell.scss @@ -108,7 +108,7 @@ ) { @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 { -- 2.47.2