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

ember-cli-pixrem

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-pixrem

Automatically run your styles throught pixrem

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Pixrem for Ember CLI

This addon runs the styles of your ember-cli project through pixrem.

This repo is taking a heavy influence from ember-cli-autoprefixer so thanks to @kimroen for all his hard work

NB: This addon requires Ember CLI version 0.0.39 or newer.

Install

To install, run

npm install ember-cli-pixrem --save-dev

Options

You can pass options into pixrem by adding them to your Brocfile.js. An example:

var app = new EmberApp({
  pixrem: {
    rootvalue: "200%", //default 16px
    options: {
        replace: true //default false
    }
  }
});

You can read more about the options on the node-pixrem github page

License

MIT © Chris Manson @ Blooie

Keywords

ember-addon

FAQs

Package last updated on 18 Aug 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