Add missing test fixture.
This commit is contained in:
parent
fecc98219d
commit
d794394ceb
9
test/fixtures/stylesheets/envtest/config.rb
vendored
Normal file
9
test/fixtures/stylesheets/envtest/config.rb
vendored
Normal 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
|
2
test/fixtures/stylesheets/envtest/css/env.css
vendored
Normal file
2
test/fixtures/stylesheets/envtest/css/env.css
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.env {
|
||||
env: <%= options[:environment] %>; }
|
3
test/fixtures/stylesheets/envtest/sass/env.scss
vendored
Normal file
3
test/fixtures/stylesheets/envtest/sass/env.scss
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.env {
|
||||
env: compass-env();
|
||||
}
|
Loading…
Reference in New Issue
Block a user