- From: Brad Kemper via GitHub <noreply@w3.org>
- Date: Sat, 07 Mar 2026 04:16:33 +0000
- To: public-css-archive@w3.org
If nesting something like this doesn't work as expected...
```
> .bar {
@local --L3: ...;
--P3: ...;
}
```
Then wouldn't the @results version have the same problem?
```
> .bar {
--L3: ...;
@results {
--P3: ...;
}
}
```
--
GitHub Notification of comment by bradkemper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13524#issuecomment-4015497511 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 7 March 2026 04:16:34 UTC