summaryrefslogtreecommitdiff
path: root/config.rb
blob: d6024dba91962fd812d26be04c343325a0fc31c5 (plain)
  1. require 'breakpoint'
  2. require 'compass/import-once/activate'
  3. # Require any additional compass plugins here.
  4. # Set this to the root of your project when deployed:
  5. http_path = "/"
  6. css_dir = ""
  7. sass_dir = ""
  8. images_dir = ""
  9. javascripts_dir = ""
  10. # You can select your preferred output style here (can be overridden via the command line):
  11. # output_style = :expanded or :nested or :compact or :compressed
  12. # To enable relative paths to assets via compass helper functions. Uncomment:
  13. relative_assets = true
  14. # To disable debugging comments that display the original location of your selectors. Uncomment:
  15. # line_comments = false
  16. # If you prefer the indented syntax, you might want to regenerate this
  17. # project again passing --syntax sass, or you can uncomment this:
  18. # preferred_syntax = :sass
  19. # and then run:
  20. # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass