This package has been deprecated

Author message:

cssnext is now postcss-cssnext. duo-cssnext is deprecated. Use duo-postcss instead. See postcss-cssnext migration guide http://cssnext.io/postcss/

duo-cssnext

0.3.0 • Public • Published

duo-cssnext

Build Status NPM version

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

Changelog

License

Package Sidebar

Install

npm i duo-cssnext

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • moox