Releases: postcss/autoprefixer
Releases · postcss/autoprefixer
10.4.21
- Fixed old
-moz-
prefix for :placeholder-shown
(by @Marukome0743).
10.4.20
- Fixed
fit-content
prefix for Firefox.
10.4.19
- Removed
end value has mixed support, consider using flex-end
warning since end
/start
now have good support.
10.4.18
- Fixed removing
-webkit-box-orient
on -webkit-line-clamp
(@Goodwine).
10.4.17
- Fixed
user-select: contain
prefixes.
10.4.14
- Improved startup time and reduced JS bundle size (by @Knagis).
10.4.13
- Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
10.4.12
- Fixed support of unit-less zero angle in backgrounds (by @yisibl).