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

10 lines
100 B
CSS

a:-webkit-any-link {
color: red;
}
a:-moz-any-link {
color: red;
}
a:any-link {
color: red;
}