stylesheets/singularitygs/api/_isolation.scss in singularitygs-1.0.2 vs stylesheets/singularitygs/api/_isolation.scss in singularitygs-1.0.3

- old
+ new

@@ -96,10 +96,7 @@ // Happy Syntax for Isolation // // 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, $columns: false, $gutter: false) { - $grid: find-grid($columns); - $gutter: find-gutter($gutter); - - @include grid-span($span, $location, $grid, $gutter, 'isolation', $clear); + @include grid-span($span, $location, $columns, $gutter, 'isolation', $clear); } \ No newline at end of file