Update dependency autoprefixer to v10.3.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
autoprefixer | 10.2.6 -> 10.3.1 |
Release Notes
postcss/autoprefixer
v10.3.1
- Fixed adding wrong prefixes to
content
(by Luke Warlow).
v10.3.0
In Autoprefixer 10.3 @lukewarlow added ::file-selector-button
support.
::-webkit-file-upload-button {
border: 2px solid #​6c5ce7;
padding: .2em .4em;
border-radius: .2em;
background-color: #a29bfe;
}
::file-selector-button {
border: 2px solid #​6c5ce7;
padding: .2em .4em;
border-radius: .2em;
background-color: #a29bfe;
}
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.