Created
December 11, 2010 01:03
-
-
Save doctyper/737049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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