Skip to content

Instantly share code, notes, and snippets.

@MarioRinaldi
Created April 27, 2016 17:05
Show Gist options
  • Save MarioRinaldi/a69d4b224e5fb64d7ef90a3ffe7652ca to your computer and use it in GitHub Desktop.
Save MarioRinaldi/a69d4b224e5fb64d7ef90a3ffe7652ca to your computer and use it in GitHub Desktop.
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