Skip to content

[css-mixins-1] Is @env order dependent? #12675

@andruud

Description

@andruud

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions