1.0.1 • Published 9 years ago

borschik-tech-csso v1.0.1

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

borschik-tech-csso

NPM Status Travis Status Dependency Status

Borschik CSS tech based on CSSO.

Install

$ npm install --save-dev borschik-tech-csso

You can use any CSSO version. To do so, install csso:

$ npm install --save-dev csso@2.x

Usage

$ borschik --input test.css --output test.min.css --tech csso --minimize=true

Options

You can extend it with --tech-options

$ borschik -i test.css -t csso --tech-options='{ "csso": { "debug": true, "restructure": true } }'

Read more in the CSSO documentation.

Important: borschik does not support source maps.

License

MIT © Andrew Abramov