exhibit-builder-autoprefixer

0.4.0 • Public • Published

autoprefixer

Exhibit.js builder plugin

Adds vendor prefixes to CSS files with Autoprefixer.

$ npm install -D exhibit-builder-autoprefixer

NPM version Build Status Dependency Status devDependency Status peerDependency Status

Usage

Can be configured with an options object:

  .use('autoprefixer', {
    browsers: ['> 1%', 'IE 7'],
    cascade: false
  })

...or just the browsers option alone:

exhibit()
  .use('autoprefixer', ['> 1%', 'IE 7'])
  .build('app', 'dist');

Options

You may set any of the usual Autoprefixer options.

Additional options

include (string/array/function) — default: **/*.css

Which files to process. Follows Exhibit’s glob convention.


License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i exhibit-builder-autoprefixer

Weekly Downloads

1

Version

0.4.0

License

MIT

Last publish

Collaborators

  • callumlocke