Closed i8ramin closed 12 years ago
Compass has a built-in mixin called sprite(), which is used internally by other helpers such as sprite-replace-text(). To avoid a name collision and overriding of the built-in sprite mixin, I've changed it to retina-sprite instead.
sprite()
sprite-replace-text()
sprite
retina-sprite
Cool, good catch!
I'll test this tonight and them merge in.
Cheers!
Compass has a built-in mixin called
sprite()
, which is used internally by other helpers such assprite-replace-text()
. To avoid a name collision and overriding of the built-insprite
mixin, I've changed it toretina-sprite
instead.