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 2222 color : fuchsia;
2323}
2424
25+ ._input__u-m\00002b {
26+ color : maroon;
27+ }
28+
29+ # _input__u-m \+ {
30+ color : navy;
31+ }
32+
2533@media (max-width : 520px ) {
2634 /* selector doubled to increase specificity */
2735 ._input__exportName ._input__exportName {
3947 ::::: _input__::::;
4048 1a2b3c: _input__1a2b3c;
4149 𝌆: _input__𝌆;
50+ u- m+ : _input__u- m+ ;
4251 newExpor t: _input__newExpor t;
4352}
Original file line number Diff line number Diff line change 2222 color : fuchsia;
2323}
2424
25+ : local (.u-m\00002b ) {
26+ color : maroon;
27+ }
28+
29+ : local (# u-m \+) {
30+ color : navy;
31+ }
32+
2533@media (max-width : 520px ) {
2634 /* selector doubled to increase specificity */
2735 : local (.exportName ): local (.exportName ) {
You can’t perform that action at this time.
0 commit comments