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

12 lines
100 B
CSS
Raw Normal View History

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