task-autoprefixer

0.1.0 • Public • Published

task-autoprefixer

Add vendor prefixes to CSS rules with autoprefixer.

The "autoprefixer" task

Usage Examples

var autoprefixer = new (require('task-autoprefixer'))
autoprefixer.run(inputs, options, logger)

Options

options.browsers

Type: array Defaults: '['> 1%', 'last 2 versions']'

You can specify browsers actual for your project:

{
  browsers: ['last 2 version', 'ie 8', 'ie 9']
}

Read more.

options.cascade

Type: boolean Default: 'false'

Pass true to enable ‘cascade’ indentation. Read more here.

Release History

(Nothing yet)

License

Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i task-autoprefixer

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • yuanyan