Skip to content

Instantly share code, notes, and snippets.

@brianmcallister
Created July 5, 2012 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianmcallister/3054117 to your computer and use it in GitHub Desktop.
Save brianmcallister/3054117 to your computer and use it in GitHub Desktop.
Replace text with an inline image. Exactly the same as replace-text-with-dimensions, but inline images.
@mixin replace-text-with-inline($img) {
@include hide-text;
width: image-width($img);
height: image-height($img);
background: center center no-repeat inline-image($img);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment