# (Marssa) Based upon http://www.cjselvamani.com/2014/10/compile-sass-magento-1-9-x-theme/ http_path = "/skin/frontend/rwd/leeuwbouw/" css_dir = "../css" sass_dir = "../scss" images_dir = "../images" javascripts_dir = "../js" fonts_dir = "../font" relative_assets = true # output_style = (environment == :production) ? :compressed : :expanded # line_comments = (environment == :production) ? false : true cache = true color_output = false # required for mixture Sass::Script::Number.precision = 7 # chrome needs a precision of 7 to round properly