- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Oct 2022 15:39:34 +0000
- To: public-css-archive@w3.org
> > Perhaps we can just change how selectors get rewritten?
>
> Can you clarify?
E.g.
```pcss
.a, .b::before {
.c > & {
color: black
}
}
```
could be rewritten as:
```css
.c > .a,
.c > .b::before {
color: black
}
```
--
GitHub Notification of comment by LeaVerou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7433#issuecomment-1287136059 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 21 October 2022 15:39:35 UTC