use parens instead of quotes to pass complex argument

This commit is contained in:
Eric Meyer 2011-04-12 15:16:08 -06:00
parent bc4e3eeb44
commit d192c64889
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
compass (0.11.beta.6.e66c822) compass (0.11.beta.6.bc4e3ee)
chunky_png (~> 1.1.0) chunky_png (~> 1.1.0)
sass (>= 3.1.0.alpha.249) sass (>= 3.1.0.alpha.249)

View File

@ -159,6 +159,6 @@ $grid-background-force-fluid : false !default;
get-baseline-gradient($baseline-color), get-baseline-gradient($baseline-color),
get-column-gradient($total,$column,$gutter,$offset,$column-color,$gutter-color, $force-fluid) get-column-gradient($total,$column,$gutter,$offset,$column-color,$gutter-color, $force-fluid)
); );
@include background-size("100% #{$baseline}, auto"); @include background-size((100% #{$baseline}, auto));
background-position: left top; background-position: left top;
} }