I have scss file in Visual Studio, I've imported compass this guide:
SASS AND SCSS IN VISUAL STUDIO 2013 WITH WEB ESSENTIALS – STARRING COMPASS AND SUSY
However now when I do in scss:
background: image-url('../img32/intro.jpg');
I get:
background: url("/../img32/intro.jpg")
How can I influence that output path? Can I somehow say to SASS compiler not to change path at all (just leave ../img/intro.jpg)?