config.rb 950 B

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