Created
April 27, 2016 17:05
-
-
Save MarioRinaldi/a69d4b224e5fb64d7ef90a3ffe7652ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
preferred_syntax = :scss | |
http_path = "/" | |
fonts_dir = "static/html_cms/fonts" | |
css_dir = "static/html_cms/css/assine-ja/" | |
sass_dir = "source/scss" | |
images_dir = "static/html_cms/img/assine-ja/" | |
if environment == :production | |
output_style = :compressed | |
line_comments = false | |
else | |
output_style = :expanded | |
line_comments = true | |
#sass_options = { :sourcemap => true } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment