broccoli-cssnano
Minify CSS using
cssnano
Issues with the output should be reported on the cssnano issue tracker.
npm install --save-dev broccoli-cssnanovar cssnano = require('broccoli-cssnano');
tree = cssnano(tree, options);See the cssnano options.
MIT © Sindre Sorhus