0.2.1 • Published 11 years ago
fly-csso v0.2.1
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-cssoExample
export default function* () {
yield this
.source("src/*.css")
.csso()
.target("dist")
}License
MIT © Masaaki Morishita et al