Icons
Fanjy CSS uses its own icons. Most of icons have two weights: regular and solid. When using them, try to stick to one weight. We're using here Web components coupled with an icon sprite, generated with Icomoon.
How to use
In HTML
First, import the JS file for Web components:
<script src="/lib/fajny-icon.js"></script>
Then, copy the code and insert it in your HTML page.
<fajny-icon icon-name="icon-name"></fajny-icon>
In SCSS
You can use mixins to include your icon. Here, the color variable is not required.
div:after {
@include icon(icon-name, size, color)
}