Created
February 17, 2014 15:01
-
-
Save anonymous/9052164 to your computer and use it in GitHub Desktop.
Gist created from Brackets
This file contains hidden or 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
// How to use: @include hide-text; | |
@mixin hide-text() { | |
text-indent: 100%; | |
white-space: nowrap; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment