Borschik CSS tech based on CSSO.
$ npm install --save-dev borschik-tech-csso
You can use any CSSO version. To do so, install csso
:
$ npm install --save-dev [email protected]
$ borschik --input test.css --output test.min.css --tech csso --minimize=true
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.
MIT © Andrew Abramov