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

8 lines
74 B
CSS

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