File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
test/test-cases/export-class Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 22
22
color : fuchsia;
23
23
}
24
24
25
+ ._input__u-m\00002b {
26
+ color : maroon;
27
+ }
28
+
29
+ # _input__u-m \+ {
30
+ color : navy;
31
+ }
32
+
25
33
@media (max-width : 520px ) {
26
34
/* selector doubled to increase specificity */
27
35
._input__exportName ._input__exportName {
39
47
::::: _input__::::;
40
48
1a2b3c: _input__1a2b3c;
41
49
𝌆: _input__𝌆;
50
+ u- m+ : _input__u- m+ ;
42
51
newExpor t: _input__newExpor t;
43
52
}
Original file line number Diff line number Diff line change 22
22
color : fuchsia;
23
23
}
24
24
25
+ : local (.u-m\00002b ) {
26
+ color : maroon;
27
+ }
28
+
29
+ : local (# u-m \+) {
30
+ color : navy;
31
+ }
32
+
25
33
@media (max-width : 520px ) {
26
34
/* selector doubled to increase specificity */
27
35
: local (.exportName ): local (.exportName ) {
You can’t perform that action at this time.
0 commit comments