Re: [csswg-drafts] [css-nesting-1] Yet another nesting proposal (#7970)

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