0.1.4 • Published 9 years ago

gulp-recipe-autoprefixer v0.1.4

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

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.

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago