Skip to content

Commit fd6f270

Browse files
argyleinkryboe
authored andcommitted
basic test
1 parent 11914c5 commit fd6f270

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/at-layer.css

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)