# Require any additional compass plugins here.

# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "mgr/css"
sass_dir = "mgr/css"
images_dir = "mgr/img"
javascripts_dir = "mgr/js"
fonts_dir = "mgr/fonts"

output_style = :compressed

relative_assets = true

# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false
color_output = false


# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass mgr/css scss && rm -rf sass && mv scss sass
preferred_syntax = :scss
