fly-autoprefixer

1.1.0 • Public • Published

fly-autoprefixer npm package

Autoprefixer plugin for Fly.

Install

npm install --save-dev fly-autoprefixer

Usage

exports.styles = function * (fly) {
  yield fly.source('src/styles/app.sass')
    .sass()
    .autoprefixer({
      browsers: ['last 5 versions']
    })
    .target('dist/css');
}

Note: If using a CSS preprocessing tool (SASS, Stylus, LESS, etc), autoprefixer() must be invoked after the CSS has been compiled.

API

.autoprefixer(options)

This plugin does not have any custom options. Please visit autoprefixer options for a full list of available options.

License

MIT © Luke Edwards

Package Sidebar

Install

npm i fly-autoprefixer

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • lukeed