fez-autoprefixer

0.1.0 • Public • Published

fez-autoprefixer

Autoprefixer plugin for Fez build system.

Install

Via npm

› npm i --save-dev fez-autoprefixer

Usage

var fez = require('fez'),
  ap = require('fez-autoprefixer');

exports.build = function build(spec) {
  spec.with('*.css').each(function(file) {
    spec.rule(file, file.patsubst('%.css', '_%.css'), ap());
  });
};

exports.default = exports.build;

fez(module);

ap(..browsers)

See Autoprefixer's documentation for list of support browsers.

TODO

  • support for all Autoprefixer's options

License

WTFPL

Readme

Keywords

Package Sidebar

Install

npm i fez-autoprefixer

Weekly Downloads

0

Version

0.1.0

License

WTFPL

Last publish

Collaborators

  • varankinv