ember-cli-meyer-reset-sass
Version:
Meyer's Reset in Sass with easy installation!
14 lines (11 loc) • 339 B
JavaScript
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');
}
};