If this is a repeat question I apologize, I was not able to find anything when I searched. I am trying to find a similar solution to what we had but with ember. I have a directory with sass files, I would like to run ember build and have all .sass files compiled into the css. The solutions I have seen is they get compiled into a single .css file but I need them to remain in their separate files.
Thank you in advance
(in case its not obvious, I am new to ember. Any help would be greatly appreciated)