AdamBrodzinski / Retina-Sprites-for-Compass

A mixin for creating retina sprites with hover & active states
MIT License
233 stars 35 forks source link

Change mixin name to avoid name collision /w Compass #3

Closed i8ramin closed 12 years ago

i8ramin commented 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.

AdamBrodzinski commented 12 years ago

Cool, good catch!

I'll test this tonight and them merge in.

Cheers!