3.0.0 • Published 4 years ago

sheetify-cssnext v3.0.0

Weekly downloads
23
License
MIT
Repository
github
Last release
4 years ago

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

3.0.0

4 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

9 years ago