1
0
mirror of https://github.com/flarum/core.git synced 2025-06-27 05:04:51 +02:00

Updated names to match components in fontawsome (#1791)

fa-* named components are not present, hence updated to matching names.
This commit is contained in:
Annim Banerjee
2019-06-11 23:47:59 +05:30
committed by Daniël Klabbers
parent f42142979d
commit 5eb69e1f59

View File

@ -1,7 +1,7 @@
@import "fontawesome";
@import "fa-brands";
@import "fa-regular";
@import "fa-solid";
@import "brands";
@import "regular";
@import "solid";
@fa-font-path: "./fonts";
@import "normalize";