Add missing test fixture.

This commit is contained in:
Chris Eppstein 2011-09-26 09:31:12 -07:00
parent fecc98219d
commit d794394ceb
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Require any additional compass plugins here.
project_type = :stand_alone
css_dir = "tmp"
sass_dir = "sass"
images_dir = "images"
output_style = :nested
line_comments = false
disable_warnings = true

View File

@ -0,0 +1,2 @@
.env {
env: <%= options[:environment] %>; }

View File

@ -0,0 +1,3 @@
.env {
env: compass-env();
}