1.1.1 • Published 9 years ago
fly-cssnano v1.1.1
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