stylesheets/singularitygs/api/_isolation.scss in singularitygs-1.2.3 vs stylesheets/singularitygs/api/_isolation.scss in singularitygs-1.3.0

- old
+ new

@@ -103,10 +103,10 @@ // Makes working with Isolation easier, as it moves Clear to a 1st class citizen of the mixin, and automatically builds the verbose grid-span mixin call ////////////////////////////// @mixin isolation-span($Span, $Location, $clear: false, $grid: false, $gutter: false, $gutter-style: false, $from: false) { $Options: (); @if $clear { - $Options: map-merge($Options, ('clear': $clear)); + $Options: map-merge($Options, ('clear': unquote($clear))); } @if $from { $Options: map-merge($Options, ('from': $from)); } \ No newline at end of file