You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid a breaking change, I would suggest doing what the other libs do and explicitly name all the icons instead.
Something like this:
icon-cricket,icon-bicycle,icon-baseball,icon-golf,icon-skiing,icon-soccer,icon-swimming,icon-tennis,icon-theatre,icon-football,icon-basketball-1,icon-pitch,icon-badminton,icon-rowing,icon-rugby,icon-archery,icon-baking,icon-dance,icon-bouldering,icon-canoe,icon-shooting,icon-climbing,icon-bowl,icon-cycling,icon-volleyball,icon-unichallenge,icon-trampoline,icon-tabletennis,icon-squash,icon-sail,icon-run,icon-pool,icon-goal,icon-lacrosse,icon-martial,icon-hockey,icon-frisbee,icon-handball,icon-fencing,icon-horse,icon-netball,icon-darts,icon-fulltime,icon-halftime,icon-kickoff,icon-debate,icon-starttime,icon-cheerleader,icon-pokemon,icon-computer,icon-boxing,icon-croquet,icon-cinema
{
font-family:"sports";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width:1em;
margin-right:.2em;
text-align: center;
/* opacity: .8; *//* For safety - reset parent styles, that can break glyph codes*/font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */line-height:1em;
/* Animation center compensation - margins should be symmetric *//* remove if not needed */margin-left:.2em;
/* you can be more comfortable with increased icons size *//* font-size: 120%; *//* Font smoothing. That was taken from TWBS */-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
The text was updated successfully, but these errors were encountered:
Specifically, the following:
clashes with Simple Line Icons as you both use
icon-
as a prefix.To avoid a breaking change, I would suggest doing what the other libs do and explicitly name all the icons instead.
Something like this:
The text was updated successfully, but these errors were encountered: