We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8185085 commit ebcf954Copy full SHA for ebcf954
test/fixtures/transform.css
@@ -23,3 +23,7 @@ body {
23
.class-b {
24
color: deepskyblue;
25
}
26
+
27
+[data-world] .d {
28
+ padding: 10px 20px;
29
+}
test/fixtures/transform.expected.css
@@ -23,3 +23,7 @@ body.hello {
.hello .class-b {
+.hello [data-world] .d {
0 commit comments