Skip to content

Problems with colors defined as variables for "fill" property #336

@PiotrSss

Description

@PiotrSss

For example:

:root {
    --el-clr: #000;
}
.el {
    fill: var(--el-clr);
}

generates error: var(--el-clr) is not a valid color 3 or 6 hexadecimals numbers : var(--el-clr)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions