Open jhilden opened 11 years ago
That's stopping me from using this at the moment. Other solutions besides from renaming everything?
This might be a very very time-consuming task to find out. I’m not familiar with all internals of Sprockets. It would be great to dive into this in a session with somebody else. I would be very open for this.
Before using livingstyleguide, I could do this in my Rails app to
@import
a Sass partial atapp/assets/stylesheets/base/_colors.css.sass
:Now I have to write the fulle file extension, otherwise I get an error
File to import not found or unreadable
:Or the other solution is to rename the partial
mv _colors.css.sass _colors.sass