autoprefixer as a sheetify text transform
npm install sheetify-autoprefixer[wip] autoprefixer as a sheetify text transform.
bash
npm install sheetify-autoprefixer
`Usage
As a sheetify transform:
`js
var prefix = require('sheetify-autoprefixer');
var sheetify = require('sheetify');sheetify('path/to/my/index.css')
.transform(prefix())
.bundle();
``[npm-image]: https://img.shields.io/npm/v/sheetify-autoprefixer.svg?style=flat-square
[npm-url]: https://npmjs.org/package/sheetify-autoprefixer
[travis-image]: https://img.shields.io/travis/yoshuawuyts/sheetify-autoprefixer.svg?style=flat-square
[travis-url]: https://travis-ci.org/yoshuawuyts/sheetify-autoprefixer
[coveralls-image]: https://img.shields.io/coveralls/yoshuawuyts/sheetify-autoprefixer.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/yoshuawuyts/sheetify-autoprefixer?branch=master
[downloads-image]: http://img.shields.io/npm/dm/sheetify-autoprefixer.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/sheetify-autoprefixer