swc/crates/swc_css_prefixer/tests/fixture/basic/output.defaults-not-ie-11.css

15 lines
158 B
CSS

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