sheetify-cssnext [![stability][0]][1]

September 19, 2020 ยท View on GitHub

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

  • postcss-preset-env
  • sheetify

License

MIT

Contents

  1. 1Installation
  2. 2Usage
  3. 3See Also
  4. 4License