We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d7a08 commit 5249203Copy full SHA for 5249203
2 files changed
test/fixture-out.css
@@ -10,6 +10,9 @@
10
--color-green: #0f0;
11
}
12
13
+#hello-world { color: green; }
14
+#hello-world:hover { color: blue; }
15
+
16
#hello-world h1 {}
17
#hello-world h1.title {}
18
#hello-world h2#thing {}
test/fixture.css
+:host { color: green; }
+:host(:hover) { color: blue; }
h1 {}
h1.title {}
h2#thing {}
0 commit comments