stylesheets/flint/functions/lib/_calc-width.scss in flint-gs-1.0.9 vs stylesheets/flint/functions/lib/_calc-width.scss in flint-gs-1.1.0
- old
+ new
@@ -19,11 +19,9 @@
@return fluid-width((get-value($key, breakpoint) / get-value($key, columns) * $span), ((get-value($key, breakpoint) / get-value($key, columns) * $context)));
}
} @if get-value(settings, grid) == "fixed" {
@if $key == "container" or $span == "container" {
@return get-value($key, breakpoint);
- } @else if $context == NULL {
- @return get-value($key, breakpoint) / get-value($key, columns) * $span;
} @else {
@return get-value($key, breakpoint) / get-value($key, columns) * $span;
}
} @else {
@return false;
\ No newline at end of file