20 lines
664 B
Ruby
20 lines
664 B
Ruby
# Require any additional compass plugins here.
|
|
|
|
# Set this to the root of your project when deployed:
|
|
http_path = "./"
|
|
css_dir = "./"
|
|
sass_dir = "scss"
|
|
images_dir = "./"
|
|
javascripts_dir = "scripts"
|
|
|
|
# You can select your preferred output style here (can be overridden via the command line):
|
|
# output_style = :expanded or :nested or :compact or :compressed
|
|
# 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:
|
|
output_style = :nested
|
|
environment = :development
|
|
line_comments = false
|
|
|
|
Sass::Script::Number.precision = 7
|
|
|