swc/crates/swc_css_prefixer/tests/fixture/selection/input.css
2022-03-25 19:46:45 +09:00

12 lines
100 B
CSS

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