docs?
Closed this issue · 1 comments
corysimmons commented
am i missing something?
corysimmons commented
Usage is import however, then <i class="icon-user"></i>
.
You can also use in css like so:
.some-element:before {
content: "\e005"; /* find from source code on simplelineicons.com */
}