swc/crates/swc_css_prefixer/tests/fixture/autofill/output.defaults-not-ie-11.css
2022-08-18 07:06:18 +09:00

10 lines
143 B
CSS

input:-webkit-autofill {
border: 3px solid blue;
}
input:autofill {
border: 3px solid blue;
}
input:AUTOFILL {
border: 3px solid blue;
}