diff --git a/config.rb b/config.rb deleted file mode 100644 index fd1255f..0000000 --- a/config.rb +++ /dev/null @@ -1,24 +0,0 @@ -# Require any additional compass plugins here. - -# Set this to the root of your project when deployed: -http_path = "/" -css_dir = "/" -sass_dir = "assets/styles/source" -images_dir = "assets/images" -javascripts_dir = "assets/js" -fonts_dir = "assets/fonts" - -output_style = :compressed - -relative_assets = true - -line_comments = false -color_output = false - - -# If you prefer the indented syntax, you might want to regenerate this -# project again passing --syntax sass, or you can uncomment this: -# preferred_syntax = :sass -# and then run: -# sass-convert -R --from scss --to sass assets/scss scss && rm -rf sass && mv scss sass -preferred_syntax = :scss