@samselikoff wrote:
I’m trying to figure out how to make a Sass file from my addon available so that other addons can
@importit.
- If I put it under
addon/styles/addon.scss, it gets auto-concat’ed intovendor.js- If I put it under
app/styles/my-addon-name.scss, then the host app can explicitly@importit. (But I’m trying to get an intermediate addon to be able to@importit.)- I’ve tried putting a test file under
addon/styles/foo.scssand configuring a second addon’simportPathsto point to that location, to no avail.I’m trying to understand at a higher level the flow/architecture that these style trees. I think that would help me narrow down the config I need.
So to start, let’s say Addon B depends on Addon A. What hook/tree should Addon B look for
*.scssfiles in Addon A’saddon/stylesfolder?
Posts: 3
Participants: 2