use parens instead of quotes to pass complex argument
This commit is contained in:
parent
bc4e3eeb44
commit
d192c64889
@ -7,7 +7,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
compass (0.11.beta.6.e66c822)
|
||||
compass (0.11.beta.6.bc4e3ee)
|
||||
chunky_png (~> 1.1.0)
|
||||
sass (>= 3.1.0.alpha.249)
|
||||
|
||||
|
@ -159,6 +159,6 @@ $grid-background-force-fluid : false !default;
|
||||
get-baseline-gradient($baseline-color),
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user