stylesheets/flint/mixins/lib/_flint-calculate.scss in flint-gs-1.3.1 vs stylesheets/flint/mixins/lib/_flint-calculate.scss in flint-gs-1.3.2

- old
+ new

@@ -160,10 +160,10 @@ $exists: get-family-instance($calcKey); @if $calcShift != NULL { @if $calcGutter == NULL or $calcGutter == "normal" or $calcGutter == "default" or $calcGutter == "regular" and get-value(settings, gutter) != false { // Check if context is set to auto - @if $calcContext == "auto"{ + @if $calcContext == "auto" { // Does parent exist? @if $exists != false { @if get-value(settings, grid) == "fluid" { $outputWidth: (calc-width($calcKey, $calcSpan, to-number(get-instance-value($calcKey, span)))) - ((calc-margin($calcKey, $calcSpan, to-number(get-instance-value($calcKey, span))))*2); \ No newline at end of file