Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.22 KB

sheetify-autoprefixer

NPM version build status Test coverage Downloads

[wip] autoprefixer as a sheetify text transform.

Installation

npm install sheetify-autoprefixer

Usage

As a sheetify transform:

var prefix = require('sheetify-autoprefixer');
var sheetify = require('sheetify');

sheetify('path/to/my/index.css')
  .transform(prefix())
  .bundle();

License

MIT