Update dependency autoprefixer to v10.4.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
autoprefixer | devDependencies | minor | ^10.2.6 -> 10.4.4 |
Release Notes
postcss/autoprefixer
v10.4.4
- Fixed
package.funding
to have same value between all PostCSS packages.
v10.4.3
- Fixed
package.funding
(by Álvaro Mondéjar).
v10.4.2
- Fixed missed
-webkit-
prefix forwidth: stretch
.
v10.4.1
- Fixed
::file-selector-button
data (by Luke Warlow).
v10.4.0
In Autoprefixer 10.4 @lukewarlow added :autofill
support:
input:-webkit-autofill {
background-color: red;
}
input:autofill {
background-color: red;
}
v10.3.7
- Replaced
nanocolors
topicocolors
.
v10.3.6
- Updated
nanocolors
. - Reduced package size.
v10.3.5
- Replaced
colorette
tonanocolors
.
v10.3.4
- Fixed
stretch
value in latest Firefox.
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, click this checkbox.
This MR has been generated by Renovate Bot.