# autoprefixer-cli **Repository Path**: mirrors_ai/autoprefixer-cli ## Basic Information - **Project Name**: autoprefixer-cli - **Description**: CLI for Autoprefixer - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-26 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Autoprefixer CLI [![Build Status][ci-img]][ci] CLI tool for [Autoprefixer]. The official way to use Autoprefixer is [postcss-cli], this tool is for legacy code. Install: ```sh npm install --global autoprefixer-cli ``` Usage: ```sh autoprefixer-cli -o main.prefixed.css main.css ``` See full documentation by: ```sh autoprefixer-cli -h ``` [Autoprefixer]: https://github.com/postcss/autoprefixer [postcss-cli]: https://github.com/code42day/postcss-cli [ci-img]: https://travis-ci.org/ai/autoprefixer-cli.svg [ci]: https://travis-ci.org/ai/autoprefixer-cli