Skip to content

report nested @layers #288

@bartveneman

Description

@bartveneman

The analysis currently only provide the unique @layer names, not any variations of nesting.

@layer default {
  @layer reset, theme;
}

Would 'unfold' into these

{
  'default': 1,
  'default.reset': 1,
  'default.theme': 1,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions