Created
July 25, 2012 22:47
-
-
Save joshcarr/3179185 to your computer and use it in GitHub Desktop.
image replacement mixin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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