-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hover with icon and text #15
Comments
Thanks for opening up this issue. Can you paste the css that it outputs? |
It just repeats everything twice, when ideally you just want to change the background position. Either way love this mixin!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a better solution to handle hover on a link with both an image and text, for example:
This solution works but it adds a ton of unnecessary css:
.ico-map {@include retina-sprite(map);}
a:hover .ico-map {@include retina-sprite(map_hover);}
The text was updated successfully, but these errors were encountered: