2013-05-24 11:31:52 +00:00
|
|
|
# Require any additional compass plugins here.
|
2013-07-13 07:17:49 +00:00
|
|
|
require "zurb-foundation"
|
2013-05-24 11:31:52 +00:00
|
|
|
|
|
|
|
# Set this to the root of your project when deployed:
|
2013-07-13 07:17:49 +00:00
|
|
|
http_path = "/theme"
|
2013-05-24 11:31:52 +00:00
|
|
|
css_dir = "css"
|
|
|
|
sass_dir = "sass"
|
|
|
|
images_dir = "images"
|
|
|
|
javascripts_dir = "js"
|
|
|
|
fonts_dir = "fonts"
|
|
|
|
|
|
|
|
# You can select your preferred output style here (can be overridden via the command line):
|
2013-07-30 18:44:31 +00:00
|
|
|
output_style = :compressed #or :compressed
|
2013-05-24 11:31:52 +00:00
|
|
|
|
|
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
2013-07-13 07:17:49 +00:00
|
|
|
relative_assets = true
|
2013-05-24 11:31:52 +00:00
|
|
|
|
|
|
|
# To disable debugging comments that display the original location of your selectors. Uncomment:
|
|
|
|
line_comments = 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 sass scss && rm -rf sass && mv scss sass
|
2013-07-13 07:17:49 +00:00
|
|
|
preferred_syntax = :scss
|