fly-cssfmt
v0.3.1
Published
Fly plugin for CSSfmt.
Downloads
4
Readme
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-cssfmtExample
export default function* () {
yield this
.source('src/*.css')
.cssfmt()
.target('dist')
}License
MIT © morishitter et al
