Open
Description
What steps are needed to reproduce the bug?
* {
text-rendering: optimizeLegibility;
}
What Stylelint configuration is needed to reproduce the bug?
{
"extends": [
"stylelint-config-standard"
]
}
How did you run Stylelint?
Which version of Stylelint or dependencies are you using?
latest
What did you expect to happen?
No problems to be reported
What actually happened?
Error: Expected "optimizeLegibility" to be "optimizelegibility" (value-keyword-case)
Does the bug relate to non-standard syntax?
no
Proposal to fix the bug
Possibly related to stylelint/stylelint#6517