sheetify-autoprefixer

1.0.1 • Public • Published

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

/sheetify-autoprefixer/

    Package Sidebar

    Install

    npm i sheetify-autoprefixer

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • bret
    • goto-bus-stop
    • yoshuawuyts
    • ahdinosaur
    • hughsk
    • jongacnik
    • zhouhancheng