Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stackcss/sheetify-autoprefixer
- Owner: stackcss
- License: mit
- Created: 2014-11-13T00:41:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T14:11:26.000Z (about 10 years ago)
- Last Synced: 2024-04-23T15:22:31.181Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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