3.0.0 • Published 7 years ago
borschik-tech-cleancss v3.0.0
Borschik CSS tech based on clean-css
clean-css based plugin to build CSS files with borschik.
Installation
$ npm install borschik borschik-tech-cleancssUsage
$ ./node_modules/.bin/borschik -t cleancss -i test.cssYou can pass options to clean-css with --tech-options
$ ./node_modules/.bin/borschik -t cleancss -i test.css --tech-options='{"cleancss":{"noAdvanced":true,"compatibility":true}}'
