fly-cssnano
v1.1.1
Published
Minify CSS with cssnano.
Maintainers
Readme
Usage
Check out the documentation to see the available options.
Install
With npm do:
npm install -D fly-cssnanoExample
export build = function* () {
yield this
.source("src/**/*.css")
.cssnano()
.target("dist/")
}License
MIT © Ben Briggs
