narwin-pack

1.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i narwin-pack

Weekly Downloads

13

Version

1.1.2

License

MIT

Unpacked Size

13.3 kB

Total Files

9

Last publish

Collaborators

  • cory.tanner
  • dockyard