swc/crates/swc_css_prefixer/tests/fixture/case-insensivity/output.defaults-not-ie-11.css
2022-12-22 01:36:36 +00:00

17 lines
216 B
CSS

a {
-webkit-appearance: NONE;
appearance: NONE;
}
b {
-webkit-appearance: AUTO;
appearance: AUTO;
}
c {
-webkit-appearance: NONE;
appearance: NONE;
}
d {
-webkit-appearance: NONE;
appearance: NONE;
}