Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stackcss/sheetify-autoprefixer

[wip] autoprefixer as a sheetify text transform
https://github.com/stackcss/sheetify-autoprefixer

Last synced: about 1 month ago
JSON representation

[wip] autoprefixer as a sheetify text transform

Awesome Lists containing this project

README

        

# sheetify-autoprefixer
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Downloads][downloads-image]][downloads-url]

[wip] `autoprefixer` as a sheetify text transform.

## Installation
```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();
```

## License
[MIT](https://tldrlegal.com/license/mit-license)

[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