1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Support running in subdirectory with base_path config

This commit is contained in:
Toby Zerner
2015-08-13 12:58:59 +09:30
parent aec83b295a
commit 9c7fab5d8c
5 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,600);
@import "font-awesome.less";
@fa-font-path: "/assets/fonts";
@fa-font-path: "../../assets/fonts";
@import "normalize.less";
@import "print.less";