sass/susy/language/susy/_isolate.scss in susy-2.2.5 vs sass/susy/language/susy/_isolate.scss in susy-2.2.6
- old
+ new
@@ -66,10 +66,11 @@
));
$width: get-span-width($push);
}
}
- @if susy-get(gutter-position, $input) == split {
+ @if susy-get(gutter-position, $input) == split
+ and susy-get(gutters, $input) > 0 {
$width: if($width == null, gutters($input), $width + gutters($input));
}
@return $width or 0;
}