swc/crates/swc_css_prefixer/tests/fixture/selection/output.css

19 lines
199 B
CSS
Raw Normal View History

.c::-moz-selection {
color: red;
}
.c::selection {
color: red;
}
::-moz-selection {
color: red;
}
::selection {
color: red;
}
::-moz-selection {
color: red;
}
::SeLeCtIoN {
color: red;
}