gulp-recipe-autoprefixer

v0.1.4
Receipe for preprocessing css files with autoprefixer
PGS gulp gulp-recipe autoprefixer

gulp-recipe-autoprefixer Dependency Status

NPM

Css transforming with autoprefixer.

Connects to css transforming hooks. Works well with recipes like gulp-recipe-sass or gulp-recipe-css.

Configuration

Recipe specific

autoprefixer.versions

default: true type: array of strings

Autoprefixer versions configuration, compatible with browserlist.

autoprefixer.dev

default: true type: boolean

Perform autoprefixing in dev environment.

autoprefixer.dist

default: true type: boolean

Perform autoprefixing in dist environment.

Order

order.autoprefixer

default: 100 type: integer

Order of autoprefixing task in css processing sequence.

Api

Used Hooks

pipes.devProcessCss*

Registers css autoprefixer processing for dev environment.

pipes.processCss*

Registers css autoprefixer processing for dist environment.

npm i gulp-recipe-autoprefixer

Metadata

  • ISC
  • Whatever
  • PGS Front
  • released 6/9/2015

Downloads

Maintainers