1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# Require any additional compass plugins here.]
# File system locations
sass_dir = 'sass'
css_dir = 'css'
# Import latest breakpoint library
add_import_path '../stylesheets'
# Set to true for easier debugging
line_comments = false
# preferred_syntax = :sass
# CSS output style - :nested, :expanded, :compact, or :compressed
output_style = :expanded
# Determine whether Compass asset helper functions generate relative
# or absolute paths
relative_assets = true
# Learn more:
# http://compass-style.org/docs/tutorials/configuration-reference/
|