diff options
Diffstat (limited to 'plugins/textviewer/syntaxhighlighter/compass/config.rb')
-rw-r--r-- | plugins/textviewer/syntaxhighlighter/compass/config.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/textviewer/syntaxhighlighter/compass/config.rb b/plugins/textviewer/syntaxhighlighter/compass/config.rb new file mode 100644 index 00000000000..6f82de12e75 --- /dev/null +++ b/plugins/textviewer/syntaxhighlighter/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 |