Web – CSS prefixes for browsers.

Autoprefixer is a PostCSS plugin which parses your CSS and adds vendor prefixes.
The Autoprefixer uses data on the popularity of browsers and support for vendor prefixes by browsers. Based on this information, it arranges and deletes the prefixes. It can help you get prefixes for: animations, transition, transform, grid, flex, flexbox and others.
You can see the GitHub project on this webpage.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.