cssnext transform for sheetify
npm install sheetify-cssnext[postcss-preset-env][12] transform for [sheetify][13]. Use tomorrow's CSS syntax, today.
sh
$ npm install sheetify-cssnext
`Usage
`js
const sheetify = require('sheetify/stream')
const path = require('path')const opts = {
transform: [ [ 'sheetify-cssnext', { sourcemap: false } ] ],
basedir: __dirname
}
sheetify(path.join(__dirname, 'index.css'), opts)
.pipe(process.stdout)
``[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
[4]: https://img.shields.io/travis/stackcss/sheetify-cssnext/master.svg?style=flat-square
[5]: https://travis-ci.org/stackcss/sheetify-cssnext
[6]: https://img.shields.io/codecov/c/github/stackcss/sheetify-cssnext/master.svg?style=flat-square
[7]: https://codecov.io/github/stackcss/sheetify-cssnext
[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[11]: https://github.com/feross/standard
[12]: https://github.com/csstools/postcss-preset-env
[13]: https://github.com/stackcss/sheetify