-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
This rule is invalid and crashing chrome 119.x if you modify a style in dev tools:
patternfly/src/patternfly/base/_globals.scss
Lines 35 to 41 in 5a2af81
| *, | |
| :where( | |
| *::before, | |
| *::after | |
| ) { | |
| box-sizing: border-box; | |
| } |
Specifically, "Pseudo-elements cannot be represented by the matches-any pseudo-class; they are not valid within :is()." (from https://drafts.csswg.org/selectors/#matches-pseudo)
That also applies to where:().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done