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

18 lines
173 B
CSS
Raw Normal View History

body {
color: red;
}
:hover {
color: red;
display: flex;
animation: foo 1s ease-out;
}
div a {
display: none;
}
[data-test] > div {
color: red;
}