stylesheets/singularity-extras/generators/_compound.scss in singularity-extras-0.0.1 vs stylesheets/singularity-extras/generators/_compound.scss in singularity-extras-0.0.2
- old
+ new
@@ -30,10 +30,10 @@
}
// add the counter value to the compound grid list, reset counter
// this marks where one column ends and a new one begins
@if $add-col {
- $compound-grid: join($compound-grid, $compound-counter, comma);
+ $compound-grid: join($compound-grid, $compound-counter);
$compound-counter: 1;
}
// if no column is added, bump up counter
@else {
$compound-counter: $compound-counter + 1;
\ No newline at end of file