Environment
ESLint version: v10.8.0
@eslint/css version: 1.4.0
Node version: v26.5.0
npm version: 11.17.0
Operating System: macOS 26.6
Which language are you using?
stylesheet
What did you do?
Configuration
@page
{
margin: 1in 1in 1in 1in;
}
What did you expect to happen?
no error, margin is completely legal css: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@page
What actually happened?
3:2 error Unknown descriptor 'margin' found for at-rule '@page' css/no-invalid-at-rules
text.css
Link to Minimal Reproducible Example
See above,
Participation
AI acknowledgment
Additional comments
Willing to look at the code and see if I can fix it.
Environment
ESLint version: v10.8.0
@eslint/css version: 1.4.0
Node version: v26.5.0
npm version: 11.17.0
Operating System: macOS 26.6
Which language are you using?
stylesheet
What did you do?
Configuration
What did you expect to happen?
no error, margin is completely legal css: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@page
What actually happened?
text.css
Link to Minimal Reproducible Example
See above,
Participation
AI acknowledgment
Additional comments
Willing to look at the code and see if I can fix it.