initial commit
[namibia] / public / js / lib / syntaxhighlighter / compass / config.rb
1 environment   = :production
2 project_type  = :stand_alone
3 http_path     = "/"
4 css_dir       = "../styles"
5 sass_dir      = "."
6 images_dir    = "images"
7 sass_options  = {
8   :line_numbers => false,
9   :debug_info   => false
10 }
11
12 # output_style = :compressed
13 # output_style = :compact
14 output_style = :expanded