Skip to content

Instantly share code, notes, and snippets.

@skopp
Forked from averyvery/fit_bg.css.scss
Created January 27, 2013 21:04
Show Gist options
  • Save skopp/4650484 to your computer and use it in GitHub Desktop.
Save skopp/4650484 to your computer and use it in GitHub Desktop.
@mixin fit_bg($url){
background-image: image-url($url);
display: block;
height: image-height($url);
width: image-width($url);
}
// Usage
.nav-about {
@include fit_bg('assets/structure/nav/about.png');
text-indent: -9999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment