You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Targeting direct children within an @supports rule, triggers the following linting error:
missing `display: grid;`
`grid-area` can only be used when the containing root rule has `display: grid;` - add `display: grid;` to the containing root rule or, if this is caused by a media query that overrides `display: grid;`, use `grid: unset`stylelint(kaliber/parent-child-policy)
Snippet: this incorrectly raises the linting error