Created
February 18, 2015 04:21
-
-
Save KatieK2/c5126d4344e17ec4bd38 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
%visually-hidden { | |
text-indent: 100%; | |
white-space: nowrap; | |
overflow: hidden; | |
} | |
.image-replace { | |
@extend %visually-hidden; | |
background: url(logo.png) no-repeat; | |
} |
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
.image-replace { | |
text-indent: 100%; | |
white-space: nowrap; | |
overflow: hidden; | |
} | |
.image-replace { | |
background: url(logo.png) no-repeat; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment