swc/crates/swc_css_prefixer/tests/fixture/selection/output.css
2022-08-18 07:06:18 +09:00

16 lines
164 B
CSS

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