UNPKG

ember-cli-sass-variables-export

Version:

Export Sass $variable values as JSON data to Ember Utilities, so they can be consumed from the rest of your app.

10 lines (8 loc) 218 B
/*jshint node:true*/ module.exports = { description: 'ember-cli-sass-variables-export', normalizeEntityName: function() {}, afterInstall: function() { return this.addAddonToProject('ember-cli-sass'); } };