Hi there,
Just noticed that when I have rebeccapurple
as a color:
h1 {
color: rebeccapurple;
}
I get the lint error:
⚠️ Expected (<color>) but found 'rebeccapurple'.
Despite rebeccapurple being part of CSS Color Module Level 4 and supported almost everywhere:
https://caniuse.com/#feat=css-rebeccapurple
Is this the right place to report?