autoprefixer-stream

0.0.2 • Public • Published

autoprefixer-stream Build Status

autoprefixer as a stream

Install

$ npm install --save-dev autoprefixer-stream

Usage

var autoprefixerStream = require('autoprefixer-stream');

fs.createReadStream('file.css')
  .pipe(autoprefixerStream('file.css'))
  .pipe(fs.createWriteStream('file-prefixed.css'))

Or with browserify as a transform:

{
  "browserify": {
    "transform": ["autoprefixer-stream"]
  }
}

License

MIT © Andrew Joslin

/autoprefixer-stream/

    Package Sidebar

    Install

    npm i autoprefixer-stream

    Weekly Downloads

    4

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • andytjoslin