Re: [csswg-drafts] [css-nesting] Syntax suggestion (#4748)

Would this open the door for selector concatenation via the `&`?

```
.card {
    display: flex;
    {
        &__image {
            display: block;
        }
    }
```

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


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

Received on Sunday, 26 September 2021 09:45:41 UTC