### Environment ESLint version: v10.0.2 @eslint/css version: 0.14.1 Node version: v24.13 npm version: v11.9 Operating System: Debian stable ### Which language are you using? stylesheet ### What did you do? <details> <summary>Configuration</summary> ``` import css from "@eslint/css"; export default [ { files: ["**/*.css"], plugins: { css }, language: "css/css", rules: { "css/font-family-fallbacks": "error", }, }, ]; ``` </details> ```css body { font-family: inherit; color: red; } ``` ### What did you expect to happen? No error, `inherit` shouldn't trigger the rule ### What actually happened? Error: ``` 2:18 error Use fallback fonts and a generic font last css/font-family-fallbacks ``` ### Link to Minimal Reproducible Example https://github.com/julienw/eslint-csss-font-family-issue ### Participation - [ ] I am willing to submit a pull request for this issue. ### AI acknowledgment - [ ] I did not use AI to generate this issue report. - [x] (If the above is not checked) I have reviewed the AI-generated content before submitting. ### Additional comments _No response_
Environment
ESLint version: v10.0.2
@eslint/css version: 0.14.1
Node version: v24.13
npm version: v11.9
Operating System: Debian stable
Which language are you using?
stylesheet
What did you do?
Configuration
What did you expect to happen?
No error,
inheritshouldn't trigger the ruleWhat actually happened?
Error:
Link to Minimal Reproducible Example
https://github.com/julienw/eslint-csss-font-family-issue
Participation
AI acknowledgment
Additional comments
No response