Retina-Sprites-for-Compass
Retina-Sprites-for-Compass copied to clipboard
using retina sprites in partials
I might be doing something wrong but i currently have a project setup like this: http://d.pr/i/RFai
and when i use the retina sprite mixin in my home.scss file the css url path is correct: http://d.pr/i/UFHh
but when i use the retina sprite mixin in a partial of home.scss like in _forms.scss: http://d.pr/i/5YEh http://d.pr/i/GN7J
and save the file, compass looses the correct image url and puts in a wrong as the url: http://d.pr/i/n5df
this is my compass config file: http://d.pr/i/yEyi
im hoping there is a workaround for this issue since im working on a large site and i really need to organize my scss into partials.