forked from unitoo/website
6 lines
92 B
SCSS
6 lines
92 B
SCSS
|
@function fa-font-path($path) {
|
||
|
@return font-path($path);
|
||
|
}
|
||
|
|
||
|
$fa-sass-asset-helper: true;
|