Sha256: 37552b0c1325a98b7d2ce2fd1cc97c07443e6c281c829ea23d1860f0a7872af2
Contents?: true
Size: 582 Bytes
Versions: 5
Compression:
Stored size: 582 Bytes
Contents
# 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
Version data entries
5 entries across 5 versions & 1 rubygems