css-validator
css-validator copied to clipboard
`color-mix` causes value error
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
inis not acolorvalue :color-mix(in srgb,blue,green)
Input:
.foo {
color: color-mix(in srgb, blue, green);
}