We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11914c5 commit fd6f270Copy full SHA for fd6f270
test/at-layer.css
@@ -0,0 +1,11 @@
1
+@layer test {
2
+ foo {
3
+ color: red;
4
+ }
5
+}
6
+
7
+@layer test.bar {
8
+ bar {
9
+ color: blue;
10
11
0 commit comments