License

August 5, 2015 · View on GitHub

CSSfmt plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-cssfmt

Example

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

License

MIT © morishitter et al

Contents

  1. 1Usage
  2. 1.1Install
  3. 1.2Example