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

> Unfortunately that would require arbitrary lookahead during parsing.

If a parser encountered `{{`, it means that it is a nested block. `{{{` should be illegal.

```
selector {{
    & { /* properties */ }
    /* nested rules */
}}
```
This should be used instead if required.

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


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

Received on Monday, 5 December 2022 19:35:29 UTC