Skip to content

Commit b05360e

Browse files
committed
add missing unit test file
1 parent 681c469 commit b05360e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/files/nested.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
html {
2+
some: -test(val1);
3+
}
4+
5+
html {
6+
some-other: -test(val1);
7+
}
8+
9+
@media screen {
10+
html {
11+
some: -test(val2);
12+
}
13+
}
14+
15+
#unrelated {
16+
other: yes;
17+
}

0 commit comments

Comments
 (0)