1.1.2 • Published 5 years ago

narwin-pack v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Narwin Pack

A collection of PostCSS plugins DockYard uses in our projects.

Installation

$npm install --save-dev narwin-pack

Example for an Ember app, add the following into ember-cli-build.js:

$npm install --save-dev ember-cli-postcss
module.exports = function(defaults) {
  var app = new EmberApp(defaults, {
    postcssOptions: {
      compile: {
        plugins: [
          {
            module: require('narwin-pack'),
            options: {
              // Add your custom plugin options here
            }
          }
        ]
      }
    }
  });

  return app.toTree();
};

Using plugins

Legal

DockYard, Inc © 2017

@dockyard

Licensed under the MIT license