Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Passing Variables through Multiple Box Shadows #201

Open
bearded-avenger opened this issue Sep 30, 2012 · 1 comment
Open

Passing Variables through Multiple Box Shadows #201

bearded-avenger opened this issue Sep 30, 2012 · 1 comment

Comments

@bearded-avenger
Copy link

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
Copy link
Author

Wrong repo. Posted to lessphp.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant