matype / fly-cssfmt

Fly plugin for CSSfmt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fly plugin for CSSfmt

License:Other


Languages

Language:JavaScript 100.0%