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