mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 13:36:10 +08:00
Merge pull request #1011 from zcodes/master
Fixed fontawesome relative path
This commit is contained in:
commit
cef645c71e
|
@ -1,5 +1,5 @@
|
|||
@import "font-awesome.less";
|
||||
@fa-font-path: "../../assets/fonts";
|
||||
@fa-font-path: "./fonts";
|
||||
|
||||
@import "normalize.less";
|
||||
@import "print.less";
|
||||
|
|
Loading…
Reference in New Issue
Block a user