borschik-tech-cleancss
v3.0.0
Published
borschik CSS tech based on CleanCSS
Downloads
70
Readme
Borschik CSS tech based on clean-css
clean-css based plugin to build CSS files with borschik.
Installation
$ npm install borschik borschik-tech-cleancss
Usage
$ ./node_modules/.bin/borschik -t cleancss -i test.css
You 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}}'