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

17 lines
216 B
CSS
Raw Normal View History

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