Open
Description
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 acolor
value :color-mix(in srgb,blue,green)
Input:
.foo {
color: color-mix(in srgb, blue, green);
}
Metadata
Metadata
Assignees
Labels
No labels