I\'d like to know how I can use SASS within an Ember-CLI addon?
I have my styles in /app/styles folder, but I\'m not sure that\'s the right location to
/app/styles
OK I just found out the solution
The style folder needs to be in /addon/styles instead of /app/styles, and the root file should be called addon.scss
/addon/styles