fly-csso
v0.2.1
Published
CSSO plugin for Fly.
Maintainers
Readme
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
