1.1.2 • Published 6 years ago

narwin-pack v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago