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.