swc/crates/swc_css_prefixer/tests/fixture/background-clip/output.css
2022-03-25 19:46:45 +09:00

8 lines
102 B
CSS

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