Re: [csswg-drafts] [css-nesting-1] Syntax Invites Errors (#7834)

Are the `@nest` blocks part of proposals 2 and 3?

I know enforcing verbose syntax isn't popular but some really like the low complexity of `@nest` (it just works).

```css
.foo {
  color: green;

  @nest & anything {
    color: purple;
  }
}
```

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


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

Received on Tuesday, 18 October 2022 20:24:48 UTC