- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 27 Oct 2022 20:09:39 +0000
- To: public-css-archive@w3.org
Your example is equivalent to
```css
.a {
& .b .c {}
{}
```
Which is
```css
.a .b .c {}
```
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7969#issuecomment-1294011071 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 27 October 2022 20:09:40 UTC