less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

Passing Variables through Multiple Box Shadows

Open bearded-avenger opened this issue 13 years ago • 1 comments

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

bearded-avenger avatar Sep 30 '12 14:09 bearded-avenger

Wrong repo. Posted to lessphp.

bearded-avenger avatar Oct 01 '12 15:10 bearded-avenger