npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

sheetify-autoprefixer

1.0.1

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:5
$ npm install sheetify-autoprefixer
DailyWeeklyMonthlyYearly

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