less.ruby
less.ruby copied to clipboard
Passing Variables through Multiple Box Shadows
Sup, So this compiles;
@var1: #0077cc;
.foo { .box-shadow (1px 1px 1px @var1); }
But this however doesn't compile; @var1: #FF0000; @var2: #0077CC;
.bar { .box-shadow (~"1px 1px 1px @var1,2px 2px 2px @var2"); }
Any thoughts on this one? Nick
Wrong repo. Posted to lessphp.