Advertisement
Guest User

Untitled

a guest
Mar 18th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. require 'compass'
  2. require 'susy'
  3. # Require any additional compass plugins here.
  4.  
  5. # Set this to the root of your project when deployed:
  6. http_path = "/"
  7. css_dir = "stylesheets"
  8. sass_dir = "sass"
  9. images_dir = "images"
  10. javascripts_dir = "javascripts"
  11.  
  12. # You can select your preferred output style here (can be overridden via the command line):
  13. # output_style = :expanded or :nested or :compact or :compressed
  14.  
  15. # To enable relative paths to assets via compass helper functions. Uncomment:
  16. # relative_assets = true
  17.  
  18. # To disable debugging comments that display the original location of your selectors. Uncomment:
  19. # line_comments = false
  20.  
  21.  
  22. # If you prefer the indented syntax, you might want to regenerate this
  23. # project again passing --syntax sass, or you can uncomment this:
  24. # preferred_syntax = :sass
  25. # and then run:
  26. # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement