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