Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autoprefixer-brunch

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoprefixer-brunch

Adds autoprefixer support to brunch.

  • 1.8.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

autoprefixer-brunch

Adds autoprefixer support to brunch.

Deprecated. Please use postcss-brunch instead. It lets you run any postcss plugins, and includes an example on how to use autoprefixer.

Usage

Install it: how to, what plugin version to use. npm install --save autoprefixer-brunch should do the trick. Note that version 1.8.x also works with brunch 1.7.14 and newer (but not 1.7.13 and older).

You can specify the browsers you want to target in your project, as well as other options:

exports.config =
  # …
  plugins:
    autoprefixer:
      browsers: ["last 1 version", "> 1%", "ie 8", "ie 7"]
      cascade: false

In a nutshell, autoprefixer(config.plugins.autoprefixer) is run, so you can pass anything you can pass to autoprefixer.

License

X11 (“MIT”) Licensed.

Keywords

FAQs

Package last updated on 28 May 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc