Skip to content

Instantly share code, notes, and snippets.

@terryupton
Created May 27, 2014 14:06
Show Gist options
  • Save terryupton/0101cc6462651a0bc491 to your computer and use it in GitHub Desktop.
Save terryupton/0101cc6462651a0bc491 to your computer and use it in GitHub Desktop.
Inline background images as base64 images using Mixture
.my-class {
background-image: inline-image('../img/myimage.png');
background-repeat: no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment