Environment
ESLint version: 9.39.2
@eslint/css version: 1.1.0
Node version: v24.14.1
Which language are you using?
stylesheet
What did you do?
Configuration
{
...css.configs.recommended,
files: ['**/*.css'],
language: 'css/css',
languageOptions: {
tolerant: true,
},
rules: css.configs.recommended.rules,}
[data-rgh-heat='1'] {
color: color-mix(
in srgb,
var(--rgh-heat-color) 100%,
var(--fgColor-muted, var(--color-fg-muted))
) !important;
}
What did you expect to happen?
No error. Note that the CSS is reported as valid when pasted on https://jigsaw.w3.org/css-validator/validator
What actually happened?
Error: 5:10 error Invalid value ')' for property 'color'. Expected css/no-invalid-properties
Link to Minimal Reproducible Example
please create a forkable stackblitz repo so that I don't have to setup a whole repo from scratch for every report
Participation
AI acknowledgment
Additional comments
No response
Environment
ESLint version: 9.39.2
@eslint/css version: 1.1.0
Node version: v24.14.1
Which language are you using?
stylesheet
What did you do?
Configuration
What did you expect to happen?
No error. Note that the CSS is reported as valid when pasted on https://jigsaw.w3.org/css-validator/validator
What actually happened?
Error: 5:10 error Invalid value ')' for property 'color'. Expected css/no-invalid-properties
Link to Minimal Reproducible Example
please create a forkable stackblitz repo so that I don't have to setup a whole repo from scratch for every report
Participation
AI acknowledgment
Additional comments
No response