1.0.1 • Published 9 years ago
borschik-tech-csso v1.0.1
borschik-tech-csso
Borschik CSS tech based on CSSO.
Install
$ npm install --save-dev borschik-tech-cssoYou can use any CSSO version. To do so, install csso:
$ npm install --save-dev csso@2.xUsage
$ borschik --input test.css --output test.min.css --tech csso --minimize=trueOptions
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