From dbcebe1def5c355120c61b575390d1d9ac355f67 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Sat, 19 Dec 2015 22:24:42 +0900 Subject: clear up --- Code/Blocks/syntax/compass/config.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Code/Blocks/syntax/compass/config.rb (limited to 'Code/Blocks/syntax/compass/config.rb') 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 @@ -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 -- cgit v1.2.3