metalsmith-cssnext
v1.0.0
Published
Process your CSS files with cssnext
Downloads
16
Readme
metalsmith-cssnext
npm install metalsmithvar cssnext = require('metalsmith-cssnext')
Metalsmith(__dirname)
.use(cssnext({ compress: true }))
// blah blah blah