fly-csso

0.2.1 • Public • Published

CSSO plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-csso

Example

export default function* () {
  yield this
    .source("src/*.css")
    .csso()
    .target("dist")
}

License

MIT © Masaaki Morishita et al

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i fly-csso

    Weekly Downloads

    7

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • morishitter