Re: [csswg-drafts] [mediaqueries-5] Defining `@custom-media` inside conditional at-rules (#12536)

> 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