Skip to content

Instantly share code, notes, and snippets.

@mishelen
Created February 3, 2014 16:00
Show Gist options
  • Save mishelen/8786627 to your computer and use it in GitHub Desktop.
Save mishelen/8786627 to your computer and use it in GitHub Desktop.
@mixin vector-bg-with-fallback($name) {
background-image: url('#{$public_path}images/#{$name}.png');
background-image: none, url('#{$public_path}images/#{$name}.svg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment