1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

chore: split FA imports into separate Less file for easy overriding (#3535)

This commit is contained in:
David Wheatley
2022-07-15 09:42:02 +01:00
committed by GitHub
parent bacb095382
commit b673d36f33
2 changed files with 6 additions and 5 deletions

View File

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

View File

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