Autoprefixer Versions Save

Parse CSS and add vendor prefixes to rules by Can I Use

10.4.9

1 year ago
  • Fixed css-unicode-bidi issue from latest Can I Use.

10.4.8

1 year ago
  • Do not print color-adjust warning if print-color-adjust also is in rule.

10.4.7

2 years ago
  • Fixed print-color-adjust support in Firefox.

10.4.6

2 years ago
  • Fixed print-color-adjust support.

10.4.5

2 years ago
  • Fixed NaN in grid (by @SukkaW).

10.4.4

2 years ago
  • Fixed package.funding to have same value between all PostCSS packages.

10.4.3

2 years ago
  • Fixed package.funding (by @mondeja).

10.4.2

2 years ago
  • Fixed missed -webkit- prefix for width: stretch.

10.4.1

2 years ago
  • Fixed ::file-selector-button data (by @lukewarlow).

10.4.0

2 years ago
Coat of arms of South Africa

In Autoprefixer 10.4 @lukewarlow added :autofill support:

input:-webkit-autofill {
  background-color: red;
}

input:autofill {
  background-color: red;
}