Skip to content

Instantly share code, notes, and snippets.

@tatygrassini
Created July 2, 2012 04:38
Show Gist options
  • Select an option

  • Save tatygrassini/3031131 to your computer and use it in GitHub Desktop.

Select an option

Save tatygrassini/3031131 to your computer and use it in GitHub Desktop.
Sass: config file for Compass
# Require any additional compass plugins here.
# require 'modular-scale'
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
# Pick one: :nested, :expanded, :compact, or :compressed.
output_style = :nested
relative_assets = true
line_comments = false
preferred_syntax = :sass
sass_options = {:debug_info => true} # Chrome souce mapping using Compass, Sass only would be: sass --watch --debug-info style.scss:style.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment