Re: [csswg-drafts] [css-nesting] Define how relative selectors serialize. (#8970)

I guess you could argue the same for nested implicit rules.

So:

```
.foo {
  @media (min-width: 10px) {
    color: green;
  }
}
```

The media rule's `cssText` might want to contain the `& { color: green }` rather than hide it.

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


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

Received on Thursday, 15 June 2023 16:48:24 UTC