Closed miguelcobain closed 9 years ago
@miguelcobain I have not tried to use this project as a child addon of another addon so that does sound like there will be a challenge with compiling the .scss files. When I get time I'll give it a try, please let me know if you do find a workaround.
@miguelcobain I'm using node-sass only not broccoli-sass https://github.com/pixelhandler/ember-off-canvas-components/blob/master/package.json#L54 for this project I had issues with broccoli sass and main.scss based on the way I chose to ship this addon a script compiles the sass to vendor dir. Perhaps try adding a main.scss to this project?
I was planing to use eoc to power a drawer component in an addon called ember-paper. This addon also uses sass, just like you did on this project.
When I try to compile, the following error occurs:
For a quick fix I tried renaming my
main.scss
toember-paper.scss
, but then I got the same error regarding the filemixins.scss
. Renaming everything isn't the way to go.Can you think of a quick solution for this problem?