stylesheets/singularity-extras/generators/_ratio.scss in singularity-extras-0.0.1 vs stylesheets/singularity-extras/generators/_ratio.scss in singularity-extras-0.0.2
- old
+ new
@@ -4,10 +4,10 @@
$x: 1;
$return: ();
@for $i from 0 through $steps - 1 {
$xr: $x * pow($ratio, $i);
- $return: append($return, $xr, comma);
+ $return: append($return, $xr);
}
@if $start == 'small' and $ratio < 1 {
$return: reverse($return);
}
\ No newline at end of file