stylesheets/flint/functions/lib/_calc-width.scss in flint-gs-2.3.5 vs stylesheets/flint/functions/lib/_calc-width.scss in flint-gs-2.3.6

- old
+ new

@@ -60,10 +60,10 @@ } // Save result to cache @if $context != "auto" { - $flint-cached-values: map-merge($flint-cached-values, ("#{$key, $span, $context, $deduct}::width": $result)); + $flint-cached-values: map-merge($flint-cached-values, ("#{$key, $span, $context, $deduct}::width": $result)) !global; } // Return result @return $result; }