Skip to content

Instantly share code, notes, and snippets.

@yatil
Created July 2, 2012 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatil/3032837 to your computer and use it in GitHub Desktop.
Save yatil/3032837 to your computer and use it in GitHub Desktop.
Stock COMPASS config file
# Require any additional compass plugins here.
# IMPORTANT
#
# THIS config.rb uses the following versions of SASS/COMPASS
#
# Sass 3.2.0.alpha.35 (Bleeding Edge)
# Compass 0.12.0 (Alnilam)
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
# You can select your preferred output style
# here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
output_style = :expanded
# To enable relative paths to assets via
# compass helper functions. Uncomment:
# relative_assets = true
# To disable debugging comments that display the
# original location of your selectors. Uncomment:
# line_comments = false
# Comment this out to default to SCSS:
# preferred_syntax = :sass
Sass::Script::Number.precision = 10
Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "ms")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment