- From: Steve Orvell via GitHub <noreply@w3.org>
- Date: Wed, 05 Nov 2025 00:08:51 +0000
- To: public-css-archive@w3.org
It's fairly confusing since it appears that in Chrome Canary 144, `.a` is `green` here:
```css
<style>
.a {
@apply --a();
}
</style>
<style>
@mixin --a() {
background: green;
}
</style>
<div class="a">green?</div>
```
--
GitHub Notification of comment by sorvell
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13041#issuecomment-3488502829 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 November 2025 00:08:52 UTC