New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

task-autoprefixer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

task-autoprefixer

Add vendor prefixes to CSS rules with autoprefixer.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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.

Keywords

task

FAQs

Package last updated on 24 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts