Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 101 → Rev 102

/wp-js-syntax-highlighter/branches/0.4.0+3.0.83/sh/compass/config.rb
0,0 → 1,14
environment = :production
project_type = :stand_alone
http_path = "/"
css_dir = "../styles"
sass_dir = "."
images_dir = "images"
sass_options = {
:line_numbers => false,
:debug_info => false
}
 
# output_style = :compressed
# output_style = :compact
output_style = :expanded