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

Passing Variables through Multiple Box Shadows #201

Description

@bearded-avenger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions