Skip to content

Instantly share code, notes, and snippets.

@anasnakawa
Created October 16, 2012 17:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anasnakawa/3900646 to your computer and use it in GitHub Desktop.
Save anasnakawa/3900646 to your computer and use it in GitHub Desktop.
Base64 inline images function using compass/sass
.some-selector {
background: white #{inline_image("image.png")}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment