aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Blocks/syntax/compass/config.rb')
-rw-r--r--Code/Blocks/syntax/compass/config.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Code/Blocks/syntax/compass/config.rb b/Code/Blocks/syntax/compass/config.rb
deleted file mode 100644
index 6f82de1..0000000
--- a/Code/Blocks/syntax/compass/config.rb
+++ /dev/null
@@ -1,14 +0,0 @@
1environment = :production
2project_type = :stand_alone
3http_path = "/"
4css_dir = "../styles"
5sass_dir = "."
6images_dir = "images"
7sass_options = {
8 :line_numbers => false,
9 :debug_info => false
10}
11
12# output_style = :compressed
13# output_style = :compact
14output_style = :expanded
Powered by cgit v1.2.3 (git 2.41.0)