[csswg-drafts] [css-mixins-1] Is `@env` order dependent? (#12675)

andruud has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-mixins-1] Is `@env` order dependent? ==
For example:

```
@mixin --m() {
  @env --x:1;
  & { --a: env(--x); }
  @env --x:2;
  & { --b: env(--x); }
}
```

What is the value of `--a` and `--b` here?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12675 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 28 August 2025 13:51:43 UTC