Skip to content

Commit 5249203

Browse files
ahdinosauryoshuawuyts
authored andcommitted
add test case for #2
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 35d7a08 commit 5249203

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/fixture-out.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
--color-green: #0f0;
1111
}
1212

13+
#hello-world { color: green; }
14+
#hello-world:hover { color: blue; }
15+
1316
#hello-world h1 {}
1417
#hello-world h1.title {}
1518
#hello-world h2#thing {}

test/fixture.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
--color-green: #0f0;
1111
}
1212

13+
:host { color: green; }
14+
:host(:hover) { color: blue; }
15+
1316
h1 {}
1417
h1.title {}
1518
h2#thing {}

0 commit comments

Comments
 (0)