Skip to content

Instantly share code, notes, and snippets.

@mrilikecoding
Created January 30, 2014 19:43
Show Gist options
  • Save mrilikecoding/8717217 to your computer and use it in GitHub Desktop.
Save mrilikecoding/8717217 to your computer and use it in GitHub Desktop.
Sometimes you'll wind up with doubled icons when working on a big bootstrap project. This is a hot fix if you don't have time to track down the real issue.
[class^="icon-"], [class*=" icon-"]{
background:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment