Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

ai/autoprefixer-cli

Repository files navigation

Autoprefixer CLI Build Status

CLI tool for Autoprefixer. The official way to use Autoprefixer is postcss-cli, this tool is for legacy code.

Install:

npm install --global autoprefixer-cli

Usage:

autoprefixer-cli -o main.prefixed.css main.css

See full documentation by:

autoprefixer-cli -h