Skip to content

selector string interpolation converts color keywords to hex #692

Closed
@neonstalwart

Description

@neonstalwart

while adding the test for #691, i found a possible bug.

@theme: red;
~".@{theme}" {
  color: red;
}

produces

.#ff0000 {
  color: red;
}

when i would have hoped it would be

.red {
  color: red;
}

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