diff --git a/config.rb b/config.rb
new file mode 100644
index 0000000000000000000000000000000000000000..71e5ac55bfc91655a367bdf4ac2245973c241947
--- /dev/null
+++ b/config.rb
@@ -0,0 +1,44 @@
+#
+# This file is only needed for Compass/Sass integration. If you are not using
+# Compass, you may safely ignore or delete this file.
+#
+
+
+# Change this to :production when ready to deploy the CSS to the live server.
+environment = :development
+#environment = :production
+
+
+# Location of the theme's resources.
+css_dir = "css"
+sass_dir = "sass"
+extensions_dir = "sass-extensions"
+images_dir = "images"
+javascripts_dir = "js"
+
+
+# Require any additional compass plugins here.
+#require 'ninesixty'
+#require 'susy'
+
+
+
+##
+## You probably don't need to edit anything below this.
+##
+
+# You can select your preferred output style here (can be overridden via the command line):
+# output_style = :expanded or :nested or :compact or :compressed
+output_style = (environment == :development) ? :expanded : :compressed
+
+# To enable relative paths to assets via compass helper functions. Since Drupal
+# themes can be installed in multiple locations, we don't need to worry about
+# the absolute path to the theme from server root.
+relative_assets = true
+
+# Pass options to sass.
+# - For development, we turn on the FireSass-compatible debug_info.
+# - For production, we force the CSS to be regenerated even though the source
+#   scss may not have changed, since we want the CSS to be compressed and have
+#   the debug info removed.
+sass_options = (environment == :development) ? {:debug_info => true} : {:always_update => true}
