fly-cssnano

1.1.1 • Public • Published

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

/fly-cssnano/

    Package Sidebar

    Install

    npm i fly-cssnano

    Weekly Downloads

    6

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • beneb