diff --git a/test/fixtures/stylesheets/error/config.rb b/test/fixtures/stylesheets/error/config.rb new file mode 100644 index 00000000..f4a6649f --- /dev/null +++ b/test/fixtures/stylesheets/error/config.rb @@ -0,0 +1,10 @@ +# Require any additional compass plugins here. +css_dir = "tmp" +sass_dir = "sass" +images_dir = "assets/images" +javascripts_dir = "assets/javascripts" +# Set this to the root of your project when deployed: +http_path = "/" +# To enable relative paths to assets via compass helper functions. Uncomment: +output_style = :compact +relative_assets = true diff --git a/test/fixtures/stylesheets/error/sass/screen.sass b/test/fixtures/stylesheets/error/sass/screen.sass new file mode 100644 index 00000000..6b797912 --- /dev/null +++ b/test/fixtures/stylesheets/error/sass/screen.sass @@ -0,0 +1,2 @@ +test + background: image_url("testing.png)