Skip to content

Instantly share code, notes, and snippets.

@Frulko
Created August 6, 2014 08:22
Show Gist options
  • Save Frulko/e652503e740638374202 to your computer and use it in GitHub Desktop.
Save Frulko/e652503e740638374202 to your computer and use it in GitHub Desktop.
[CSS] Sprite selector with prefix
[class^="sg-"], [class*="sg-"] {
background-image: url('sprite.png');
background-color: transparent;
background-repeat: no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment