fly-cssnext

1.0.0 • Public • Published

cssnext plugin for Fly.

npm package

Usage

Check out the cssnext documentation to see the available options.

Install

npm install -D fly-cssnext

Example

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

License

MIT © drkraken et al

Readme

Keywords

Package Sidebar

Install

npm i fly-cssnext

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • lukeed
  • drkraken