Update dependency autoprefixer to v10.3.3 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
autoprefixer | 10.3.1 -> 10.3.3 |
Release Notes
postcss/autoprefixer
v10.3.3
- Fixed wrong
-moz-
prefix from::file-selector-button
(by Usman Yunusov).
v10.3.2
- Fixed
::file-selector-button
support (by Usman Yunusov).
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.
Edited by igswsihw-wmadepbot