Re: [csswg-drafts] [css-nesting-1] Wrapping parent selectors with `:is()` introduces a host of problems (#9492)

I guess it would basically behave like

```css
:is(button, .button) span {
  color: blue;
}
@media (...) {
  :is(button, .button) span i {
    color: red; 
  }
}
:is(button, .button) span {
  color: green;
}
```

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9492#issuecomment-1783915498 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 28 October 2023 20:30:57 UTC