borschik-tech-csso
v1.0.1
Published
Borschik CSS tech based on CSSO
Downloads
6
Readme
borschik-tech-csso
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 [email protected]
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