Skip to content

Instantly share code, notes, and snippets.

@saki007ster
Created September 3, 2013 05:18
Show Gist options
  • Save saki007ster/6419940 to your computer and use it in GitHub Desktop.
Save saki007ster/6419940 to your computer and use it in GitHub Desktop.
@mixin data-image($file) {
background-image:url('../images/#{$file}'); // fallback
background-image:inline-image($file); // data URI
*background-image:url('../images/#{$file}'); // IE7- hack
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment