Skip to content

Instantly share code, notes, and snippets.

@doctyper
Created December 11, 2010 01:03
Show Gist options
  • Save doctyper/737049 to your computer and use it in GitHub Desktop.
Save doctyper/737049 to your computer and use it in GitHub Desktop.
// No error thrown here
$foo-spacing: 1px;
// Setting any value results in:
// ChunkyPNG::OutOfBounds on line 233 of /Library/Ruby/Gems/1.8/gems/chunky_png-0.10.4/lib/chunky_png/canvas/operations.rb: Background image width is too small!
$foo-position: 1px;
// Test case has two sprites @ 38x38 each
@import "foo/*.png";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment