broccoli-autoprefixer

9.0.0 • Public • Published

broccoli-autoprefixer

Prefix CSS using Autoprefixer

Issues with the output should be reported on the Autoprefixer issue tracker.

Install

$ npm install --save-dev broccoli-autoprefixer

Usage

import Autoprefixer from 'broccoli-autoprefixer';

tree = new Autoprefixer(tree, options);

API

Autoprefixer(tree, options?)

options

Type: object

See the Autoprefixer options.

In addition, you can set this option:

sourcemap

Type: boolean
Default: true if the input has a sourcemap, otherwise false

Set to true to include a Base64-encoded sourcemap at the end of the output.

If a sourcemap already exists in the input, Autoprefixer will automatically include an updated sourcemap in the output. Set this value to false to strip out the sourcemap entirely.

If you'd like to extract the inline sourcemap from the output, consider using a tool like broccoli-source-map.

Package Sidebar

Install

npm i broccoli-autoprefixer

Weekly Downloads

39,888

Version

9.0.0

License

MIT

Unpacked Size

4.48 kB

Total Files

4

Last publish

Collaborators

  • slexaxton
  • sindresorhus
  • stefanpenner
  • valpackett