Skip to content

Instantly share code, notes, and snippets.

@joshcarr
Created July 25, 2012 22:47
Show Gist options
  • Save joshcarr/3179185 to your computer and use it in GitHub Desktop.
Save joshcarr/3179185 to your computer and use it in GitHub Desktop.
image replacement mixin
.ir(){
display: block;
border: 0;
text-indent: 100%;
overflow: hidden;
background-color: transparent;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
white-space: nowrap;
*line-height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment