UNPKG

ember-cli-pushy

Version:

pushy responsive off-canvas navigation menu available as an ember-cli addon

12 lines (9 loc) 198 B
/* jshint node: true */ 'use strict'; module.exports = { name: 'ember-cli-pushy', included: function(app) { this._super.included(app); app.import('vendor/pushy/css/pushy.css'); } };