README
cssnext
duo-Use tomorrow's CSS syntax, today. Via Duo.
Issues with the output should be reported on cssnext issue tracker.
Follow @cssnext to get latest news & join #cssnext on irc.freenode.net if you have any questions.
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.
Contributing
Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature.
$ git clone https://github.com/cssnext/duo-cssnext.git
$ git checkout -b patch-1
$ npm install
$ npm test