- From: Evgeny Vrublevsky via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Dec 2022 19:35:27 +0000
- To: public-css-archive@w3.org
> 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