Skip to content

Instantly share code, notes, and snippets.

@drKreso
Created April 8, 2012 12:48
Show Gist options
  • Save drKreso/2337113 to your computer and use it in GitHub Desktop.
Save drKreso/2337113 to your computer and use it in GitHub Desktop.
Allocate old
@@ -590,7 +590,7 @@ class SpritesTest < Test::Unit::TestCase
it "should generate a sprite from nested folders" do
css = render <<-SCSS
- @import "nested/*.png";
+ @import "nested/**/*.png";
@include all-nested-sprites;
SCSS
assert_correct css, <<-CSS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment