Skip to content

Instantly share code, notes, and snippets.

@kanduvisla
Created October 11, 2012 09:14
Show Gist options
  • Save kanduvisla/3871189 to your computer and use it in GitHub Desktop.
Save kanduvisla/3871189 to your computer and use it in GitHub Desktop.
Image block mixin
@mixin image-block($image) {
display: block;
outline: none;
text-indent: -1000em;
background: image-url($image);
width: image-width($image);
height: image-height($image);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment