autoprefixer (10.4.24)

Published 2026-02-15 19:35:46 +00:00 by gitea_admin

Installation

registry=
npm install autoprefixer@10.4.24
"autoprefixer": "10.4.24"

About this package

Autoprefixer Cult Of Martians

PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use. It is recommended by Google and used in Twitter and Alibaba.

Write your CSS rules without vendor prefixes (in fact, forget about them entirely):

::placeholder {
  color: gray;
}

.image {
  width: stretch;
}

Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you. You can try the interactive demo of Autoprefixer.

::-moz-placeholder {
  color: gray;
}
::placeholder {
  color: gray;
}

.image {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

Twitter account for news and releases: @autoprefixer.

Sponsored by Evil Martians

Docs

Read full docs here.

Dependencies

Dependencies

ID Version
browserslist ^4.28.1
caniuse-lite ^1.0.30001766
fraction.js ^5.3.4
picocolors ^1.1.1
postcss-value-parser ^4.2.0

Peer Dependencies

ID Version
postcss ^8.1.0

Keywords

autoprefixer css prefix postcss postcss-plugin
Details
npm
2026-02-15 19:35:46 +00:00
0
Andrey Sitnik
MIT
latest
45 KiB
Assets (1)
Versions (1) View all
10.4.24 2026-02-15