Skip to content

Instantly share code, notes, and snippets.

@RoyalIcing
Created March 16, 2014 09:19
Show Gist options
  • Save RoyalIcing/9580574 to your computer and use it in GitHub Desktop.
Save RoyalIcing/9580574 to your computer and use it in GitHub Desktop.
Inline SVG in CSS using Compass/SCSS
@mixin searchButtonImage
{
background-image: inline-image('infinitylist/svg/search-icon.svg', unquote('image/svg+xml'));
background-repeat: no-repeat;
}
@RoyalIcing
Copy link
Author

As used for the icons on http://www.infinitylist.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment