Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created February 18, 2015 04:21
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 KatieK2/c5126d4344e17ec4bd38 to your computer and use it in GitHub Desktop.
Save KatieK2/c5126d4344e17ec4bd38 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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;
}
.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