mirror of
https://github.com/peter-tanner/code.git
synced 2024-12-02 20:00:17 +08:00
8 lines
286 B
SCSS
8 lines
286 B
SCSS
|
// Font Awesome Icons
|
||
|
|
||
|
$icon-quote-right: fa-content($fa-var-quote-right);
|
||
|
$icon-chevron-right: fa-content($fa-var-chevron-right);
|
||
|
$icon-check: fa-content($fa-var-check);
|
||
|
$icon-minus: fa-content($fa-var-minus);
|
||
|
$icon-flask: fa-content($fa-var-flask);
|
||
|
$icon-tag: fa-content($fa-var-tag);
|