Re: [csswg-drafts] [css-nesting] Concern about combinatorial explosion

Could you desugar the following selectors with `:matches()`?
```css
a, a {
@nest & b, b & {
@nest & c, c & {
@nest & d, d & {
@nest & e, e & {
@nest & f, f & {
```

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

Received on Tuesday, 10 July 2018 04:02:52 UTC