Sindre, I followed Ryan's advice: renamed app.css to app.css.scss, @import'ed bourbon and all other .css.scss files, and stripped out the Sprockets stuff from app.css.
All works great in Dev. When I deploy (to heroku cedar) I get an 'unrecognized mixin' in any file that calls a mixin other than app.css.scss (where I have the @import bourbon line). The only thing that solves it is doing another @import bourbon in every files that calls a mix-in. Why do i have to duplicate that import call?
Sindre, I followed Ryan's advice: renamed app.css to app.css.scss, @import'ed bourbon and all other .css.scss files, and stripped out the Sprockets stuff from app.css.
All works great in Dev. When I deploy (to heroku cedar) I get an 'unrecognized mixin' in any file that calls a mixin other than app.css.scss (where I have the @import bourbon line). The only thing that solves it is doing another @import bourbon in every files that calls a mix-in. Why do i have to duplicate that import call?
Wondering the same thing. Anybody have any insights they can share?