Skip to content

stackcss/sheetify-autoprefixer

Repository files navigation

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

About

[wip] autoprefixer as a sheetify text transform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published