UNPKG

ember-cli-meyer-reset-sass

Version:
14 lines (11 loc) 339 B
module.exports = { description: 'installing Meyer\'s Reset in SASS to your project', normalizeEntityName: function() { // this prevents an error when the entityName is // not specified (since that doesn't actually matter // to us }, afterInstall: function(options) { return this.addBowerPackageToProject('reset-scss'); } };