1.0.1 • Published 10 years ago

ember-cli-pixrem v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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