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

25 lines
412 B
CSS

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