- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 27 Oct 2022 21:12:32 +0000
- To: public-css-archive@w3.org
Why disallow `&` to express complex relationships? I want to be able to use these:
```css
@nest foo {
&:hover { color: blue; }
bar + & { color: red }
& + & { color: green }
}
```
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7970#issuecomment-1294066780 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 21:12:33 UTC