You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.rb 853B

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