ember-cli-pixrem

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i ember-cli-pixrem

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • real_ate