I use the ember-cli pod structure to group JS and templates by resources, which is a big improvement. The final remnant of the resource-related logic is CSS (SCSS) files, which are already broken down into similar lines but still stuck in app/styles .
My idea is to move the CSS files into each element called style.css . My question is how to specify SASS directives (via @import ) and / or Broccoli to look for SCSS files inside containers (maybe several levels) and compile them in appname.css.
user663031
source share