You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2021. It is now read-only.
We use the bourbon SASS library in our application (which is installed via Bower). However, there isn't a means by which we can add additional folders to the stylesPath on https://github.com/glimmerjs/glimmer-application-pipeline/blob/master/src/broccoli/glimmer-app.ts#L331 without extending the GlimmerApp class. It would be nice to be able to pass in an array of additional style paths (so that we can add bourbon scss assets from its bower_components folder) that could be concat'ed to the stylesPath.
The text was updated successfully, but these errors were encountered:
We are in the process of updating the build a pipeline to call hooks much more similar to a standard ember apps pipeline. This would allow ember-cli-sass to continue to function without needing to modify the build pipeline manually.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use the bourbon SASS library in our application (which is installed via Bower). However, there isn't a means by which we can add additional folders to the
stylesPath
on https://github.com/glimmerjs/glimmer-application-pipeline/blob/master/src/broccoli/glimmer-app.ts#L331 without extending theGlimmerApp
class. It would be nice to be able to pass in an array of additional style paths (so that we can add bourbon scss assets from itsbower_components
folder) that could be concat'ed to thestylesPath
.The text was updated successfully, but these errors were encountered: