config.rb 951 B

123456789101112131415161718192021222324252627282930
  1. # Compass is a great cross-platform tool for compiling SASS.
  2. # This compass config file will allow you to
  3. # quickly dive right in.
  4. # For more info about compass + SASS: http://net.tutsplus.com/tutorials/html-css-techniques/using-compass-and-sass-for-css-in-your-next-project/
  5. #########
  6. # 1. Set this to the root of your project when deployed:
  7. http_path = "/"
  8. # 2. probably don't need to touch these
  9. css_dir = "../css"
  10. sass_dir = "./"
  11. images_dir = "../images"
  12. javascripts_dir = "../js"
  13. environment = :development
  14. relative_assets = true
  15. # 3. You can select your preferred output style here (can be overridden via the command line):
  16. output_style = :expanded
  17. # 4. When you are ready to launch your WP theme comment out (3) and uncomment the line below
  18. # output_style = :compressed
  19. # To disable debugging comments that display the original location of your selectors. Uncomment:
  20. # line_comments = false
  21. # don't touch this
  22. preferred_syntax = :scss