sheetify-cssnext 
postcss-preset-env transform for sheetify. Use tomorrow's CSS syntax, today.
Installation
$ npm install sheetify-cssnext
Usage
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)
See Also
License
Sheetify CSSnext
cssnext transform for sheetify. Use tomorrow's CSS syntax, today
Sheetify CSSnext Info
⭐ Stars 13
🔗 Source Code github.com
🕒 Last Update 2 years ago
🕒 Created 7 years ago
🐞 Open Issues 0
➗ Star-Issue Ratio Infinity
😎 Author stackcss