Advertisement
voku1987

config.rb

Sep 8th, 2014
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # Require any additional compass plugins here.
  2. require "autoprefixer-rails"
  3. require "rgbapng"
  4.  
  5. add_import_path "vendor/bower/foundation/scss/"
  6. add_import_path "vendor/bower/normalize-scss/"
  7.  
  8. # Set this to the root of your project when deployed:
  9. http_path = "/"
  10. css_dir = "css"
  11. sass_dir = "scss"
  12. images_dir = "images"
  13. javascripts_dir = "js"
  14.  
  15. # You can select your preferred output style here (can be overridden via the command line):
  16. # output_style = :expanded or :nested or :compact or :compressed
  17. output_style = :expanded
  18.  
  19. # To enable relative paths to assets via compass helper functions. Uncomment:
  20. relative_assets = true
  21.  
  22. # To disable debugging comments that display the original location of your selectors. Uncomment:
  23. # line_comments = false
  24. line_comments = true
  25.  
  26. # If you prefer the indented syntax, you might want to regenerate this
  27. # project again passing --syntax sass, or you can uncomment this:
  28. # preferred_syntax = :sass
  29. # and then run:
  30. # 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