1.0.3 • Published 9 years ago

pixrem-cli v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Pixrem CLI

A command line wrapper for the excellent pixrem module. Adds pixel fallbacks for rem units to support IE<9.

Install

npm install --save pixrem-cli

Usage

Pixrem CLI takes 3 arguments:

ArgumentAliasDefaultDescription
--input-in/aRelative path to the stylesheet to process
--output-on/aRelative path to save the processed stylesheet
--rootvalue-r16pxDefault font size for conversion e.g 16px == 1rem

Example

pixrem -i style.css -o style.processed.css -r 16px

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago