Borschik CSS tech based on csso-next
npm install borschik-tech-csso-nextCSSO (CSS Optimizer) based plugin to build CSS files with borschik.
sh
$ npm install borschik borschik-tech-csso-next
`
Usage
`sh
$ ./node_modules/.bin/borschik -t csso-next -i test.css
`You can send option to csso with
--tech-options
`sh
$ ./node_modules/.bin/borschik -t csso-next -i test.css --tech-options='{"csso":{"debug":true,"sourceMap":true}}'
``