borschik CSS tech based on CleanCSS
npm install borschik-tech-cleancssclean-css based plugin to build CSS files with borschik.
sh
$ npm install borschik borschik-tech-cleancss
`
Usage
`sh
$ ./node_modules/.bin/borschik -t cleancss -i test.css
`You can pass options to
clean-css with --tech-options
`sh
$ ./node_modules/.bin/borschik -t cleancss -i test.css --tech-options='{"cleancss":{"noAdvanced":true,"compatibility":true}}'
``