Skip to content

Conversation

@romainmenke
Copy link
Member

@romainmenke romainmenke commented Nov 7, 2022

@tabatkins @argyleink

@layer already defines how nesting multiple @layer rules works.
In that case sub layers are created.

@layer foo {
  @layer bar {

  }
}

/* equivalent to */

@layer foo.bar {}

Copy link

@argyleink argyleink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@argyleink argyleink merged commit 20ca929 into w3c:main Nov 14, 2022
@romainmenke romainmenke deleted the patch-3 branch November 14, 2022 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants