CSSComb plugin for Fly. 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