This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
autoprefixer | 10.3.7 -> 10.4.0 |
v10.4.0
In Autoprefixer 10.4 @lukewarlow added :autofill
support:
input:-webkit-autofill {
background-color: red;
}
input:autofill {
background-color: red;
}
This MR has been generated by Renovate Bot.