Skip to content

Commit d1cca4e

Browse files
ahdinosauryoshuawuyts
authored andcommitted
add better test for comma-separated selector support
Signed-off-by: Yoshua Wuyts <[email protected]> Closes #1
1 parent 9777f17 commit d1cca4e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/fixture-out.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#hello-world h2#thing {}
1616
#hello-world #thing h3 {}
1717

18+
#hello-world .a, #hello-world .b, #hello-world .c {}
19+
1820
@media screen and (max-width: 42rem) {
1921
#hello-world #another .thing > x-here {}
2022
}

test/fixture.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ h1.title {}
1515
h2#thing {}
1616
#thing h3 {}
1717

18+
.a, .b, .c {}
19+
1820
@media screen and (max-width: 42rem) {
1921
#another .thing > x-here {}
2022
}

0 commit comments

Comments
 (0)