Skip to content

Releases: postcss/autoprefixer

10.3.7

04 Oct 20:27
@ai ai
10.3.7
Compare
Choose a tag to compare

9.8.8

04 Oct 20:27
@ai ai
9.8.8
Compare
Choose a tag to compare
  • Replaced nanocolors with picocolors.
  • Reduced package size.

10.3.6

26 Sep 07:57
@ai ai
10.3.6
Compare
Choose a tag to compare
  • Updated nanocolors.
  • Reduced package size.

9.8.7

26 Sep 07:52
@ai ai
9.8.7
Compare
Choose a tag to compare
  • Replaced colorette with nanocolors.
  • Reduced package size.

10.3.5

26 Sep 07:52
@ai ai
10.3.5
Compare
Choose a tag to compare
  • Replaced colorette to nanocolors.

10.3.4

03 Sep 10:37
@ai ai
10.3.4
Compare
Choose a tag to compare
  • Fixed stretch value in latest Firefox.

10.3.3

03 Sep 10:36
@ai ai
10.3.3
Compare
Choose a tag to compare
  • Fixed wrong -moz- prefix from ::file-selector-button (by @usmanyunusov).

10.3.2

21 Aug 18:19
@ai ai
10.3.2
Compare
Choose a tag to compare

10.3.1

12 Jul 17:31
@ai ai
10.3.1
Compare
Choose a tag to compare
  • Fixed adding wrong prefixes to content (by @lukewarlow).

10.3 “Чести своей не отдам никому”

10 Jul 11:14
@ai ai
10.3.0
Compare
Choose a tag to compare

Pskov, coat of arms

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;
}