generated from egoist/ts-lib-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I'm using my own collection of icons, and as it's the only collection I'm using, so I'd like not to have to give it its own name.
So I'd like to do this:
<span className="i-apple" />
<span className="i-check" />But currently have to do this:
<span className="i-myicons-apple" />
<span className="i-myicons-check" />Is this possible?
I tried giving the collection the empty string as a name but that didn't work.
Metadata
Metadata
Assignees
Labels
No labels