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

10 lines
183 B
CSS

dialog::-webkit-backdrop {
background: rgba(255, 0, 0, .25);
}
dialog::-ms-backdrop {
background: rgba(255, 0, 0, .25);
}
dialog::backdrop {
background: rgba(255, 0, 0, .25);
}