swc/crates/swc_css_prefixer/tests/fixture/background-clip/output.defaults-not-ie-11.css
2022-07-20 12:12:40 +09:00

8 lines
102 B
CSS

a {
-webkit-background-clip: text;
background-clip: text;
}
b {
background-clip: content-box;
}