broccoli-cssnano

Minify CSS

Usage no npm install needed!

<script type="module">
  import broccoliCssnano from 'https://cdn.skypack.dev/broccoli-cssnano';
</script>

README

broccoli-cssnano Build Status

Minify CSS using cssnano

Issues with the output should be reported on the cssnano issue tracker.

Install

$ npm install --save-dev broccoli-cssnano

Usage

var cssnano = require('broccoli-cssnano');
tree = cssnano(tree, options);

API

cssnano(tree, [options])

options

See the cssnano options.

License

MIT © Sindre Sorhus