Releases: postcss/autoprefixer
Releases · postcss/autoprefixer
10.4 “ǃke e꞉ ǀxarra ǁke”
In Autoprefixer 10.4 @lukewarlow added :autofill
support:
input:-webkit-autofill {
background-color: red;
}
input:autofill {
background-color: red;
}
10.3.7
- Replaced
nanocolors
topicocolors
.
9.8.8
10.3.6
9.8.7
10.3.5
10.3.4
10.3.3
- Fixed wrong
-moz-
prefix from::file-selector-button
(by @usmanyunusov).
10.3.2
- Fixed
::file-selector-button
support (by @usmanyunusov).
10.3.1
- Fixed adding wrong prefixes to
content
(by @lukewarlow).