Awesome
DEPRECATED. Use duo-postcss instead.
duo-cssnext
Use tomorrow's CSS syntax, today. Via Duo.
Issues with the output should be reported on cssnext issue tracker.
Install
$ npm install duo-cssnext
Usage
CLI
$ duo --use duo-cssnext
Node.js API
var duo = require("duo")
var cssnext = require("duo-cssnext")
duo(root)
.entry(entry)
.use(cssnext())
.run(fn)
Options
Options are directly passed to cssnext, so checkout cssnext options directly.
Note: from
option is by default automatically specified using duo entry source.