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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.0
    1
  • 0.3.0
    1
  • 0.2.0
    1

Package Sidebar

Install

npm i exhibit-builder-autoprefixer

Weekly Downloads

3

Version

0.4.0

License

MIT

Last publish

Collaborators

  • callumlocke