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.
2 parents 6a378c6 + 7bbe00c commit 6207f4fCopy full SHA for 6207f4f
spec/libsass-closed-issues/issue_2633.hrx
@@ -7,7 +7,41 @@ $result1: selector-unify($sel1, $sel2);
7
/* nothing */
8
}
9
10
+.a {
11
+ color: blue;
12
+ & > * {
13
+ @at-root #{selector-unify(&, '.b')} {
14
+ color: red;
15
+ }
16
17
+}
18
+
19
+.a, .b {
20
21
22
+ @at-root #{selector-unify(&, '.c, .d')} {
23
24
25
26
27
28
<===> output.css
29
.something__child + .something__child--mod1.something__child--mod2 {
30
31
32
33
34
35
36
37
+.a > .b {
38
39
40
41
42
43
44
45
+.a > .c, .a > .d, .b > .c, .b > .d {
46
47
0 commit comments