Check out the documentation to see the available options.
npm install -D fly-cssfmt
export default function* () {
yield this
.source('src/*.css')
.cssfmt()
.target('dist')
}
MIT © morishitter et al
Check out the documentation to see the available options.
npm install -D fly-cssfmt
export default function* () {
yield this
.source('src/*.css')
.cssfmt()
.target('dist')
}
MIT © morishitter et al