-
Notifications
You must be signed in to change notification settings - Fork 41
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
Article: "The real retina sprite mixin" #22
base: master
Are you sure you want to change the base?
Conversation
Thanks for working on this! Good work. Hopefully I'll have a chance to get it edited and posted this weekend. |
I saw later that I didn't created branch. Sorry for that. |
@salencebg Which breakpoint library are you using? |
@jlong Oh sorry, I forgot about that. I used my own mixin, but we can replace it in article with regular retina media query.
|
@goschevski Sorry to sit on this for so long. I took another look at this over the weekend. I feel like the article needs a bit more explanation. You need to walk us through it a little more. I created a test project to play around with the ideas here: https://github.com/thesassway/retina-sprites Also, we don't have an article about spriting with Compass in general. Maybe it would be a good idea to write about that first and come back to the retina article after that. I'm worried that it won't make a lot of sense to people who aren't that familiar with how spriting works with Sass and Compass. Would you have time to take a look at that? |
@jlong Yeah, I agree with you. I'll write article about spriting in compass, and maybe we can edit together this article about retina sprite to be more understandable. Btw, cool tricks on sass conf. :) |
I've added article in advanced category about creating mixin which handles scaling and calculating new positions for regular and retina sprite.