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

- old
+ new

@@ -95,8 +95,8 @@ ////////////////////////////// // 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) { - @include grid-span($span, $location, $columns, $gutter, 'isolation', $clear); +@mixin isolation-span($span, $location, $clear: false, $grid: false, $gutter: false) { + @include grid-span($span, $location, $grid, $gutter, 'isolation', $clear); } \ No newline at end of file