stackcss / sheetify-cssnext

cssnext transform for sheetify. Use tomorrow's CSS syntax, today

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sheetify-cssnext stability

build status test coverage js-standard-style

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

MIT

About

cssnext transform for sheetify. Use tomorrow's CSS syntax, today


Languages

Language:JavaScript 91.4%Language:CSS 8.6%