fly-cssnano

Minify CSS with cssnano.

Usage no npm install needed!

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

README

cssnano plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

With npm do:

npm install -D fly-cssnano

Example

export build = function* () {
  yield this
    .source("src/**/*.css")
    .cssnano()
    .target("dist/")
}

License

MIT © Ben Briggs