Skip to content

color-mix causes value error #434

@clemeth

Description

@clemeth

The color-mix functional notation is supported by all major browsers, but the validator does not recognize it.

So far, I have encountered errors like the following:

Value Error : color in is not a color value : color-mix(in srgb,blue,green)

Input:

.foo {
  color: color-mix(in srgb, blue, green);
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions