Socket
Socket
Sign inDemoInstall

ember-cli-autoprefixer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-autoprefixer

Process styles in an ember-cli application using Autoprefixer


Version published
Weekly downloads
26K
decreased by-1.13%
Maintainers
1
Weekly downloads
 
Created
Source

Autoprefixer for Ember CLI Build Status

This addon runs the styles of your EmberCLI-project through autoprefixer.

Install

To install, run

ember install ember-cli-autoprefixer

Options

You can configure what browsers to target and other options by specifying them in your ember-cli-build.js (or Brocfile.js). An example:

var app = new EmberApp(defaults, {
  autoprefixer: {
    browsers: ['last 2 ios version'],
    cascade: false
  }
});

This would prefix styles as required by the two latest version of ios, and disable the cascade (see below). The default value for browsers are ['> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1'].

You can disable autoprefixer by passing in enabled: false.

Other options would also go here along with browsers.

You can read more about this setting and others over on the autoprefixer page.

References

Keywords

FAQs

Package last updated on 05 Sep 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