Re: [csswg-drafts] [mediaqueries-5][css-conditional-5][css-mixins-1] Order dependent rules and adopted stylesheets (#13041)

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