- From: Steve Orvell via GitHub <noreply@w3.org>
- Date: Wed, 05 Nov 2025 00:03:35 +0000
- To: public-css-archive@w3.org
> and that might change if you see another rule defining the same name later
What does this mean? For example:
```css
@mixin --a() {}
.a {
color: blue;
@apply --a();
}
@mixin --a() {
color: green;
}
```
What `color` is `.a`?
--
GitHub Notification of comment by sorvell
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12536#issuecomment-3488488363 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:03:35 UTC