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
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
Targeting direct children within an @supports rule, triggers the following linting error:
Snippet: this incorrectly raises the linting error
The following snippet doesn't raise the error (isn't a desirable situation of course, but it might provide a hint as to where things go wrong):
The text was updated successfully, but these errors were encountered: