swc/crates/swc_css_prefixer/tests/fixture/background-clip/output.css

8 lines
102 B
CSS
Raw Normal View History

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