sheetify-cssnext

3.0.0 • Public • Published

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

/sheetify-cssnext/

    Package Sidebar

    Install

    npm i sheetify-cssnext

    Weekly Downloads

    14

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    4.91 kB

    Total Files

    9

    Last publish

    Collaborators

    • bret
    • goto-bus-stop
    • yoshuawuyts
    • ahdinosaur
    • hughsk
    • jongacnik
    • zhouhancheng