From 7f722314e4fc21419552ec27eb91e6f7e6347b71 Mon Sep 17 00:00:00 2001 From: marudor Date: Wed, 3 Jan 2018 01:19:31 +0100 Subject: frontend stuff with babel and webpack --- themes/base.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/base.less') diff --git a/themes/base.less b/themes/base.less index e45b7f85..279db5fd 100644 --- a/themes/base.less +++ b/themes/base.less @@ -1,6 +1,6 @@ -@import "../vendor/twbs/bootstrap/less/bootstrap"; +@import "../node_modules/bootstrap/less/bootstrap"; -@icon-font-path: "../../../../vendor/bootstrap/fonts/"; +@icon-font-path: "../fonts/"; body { padding-top: 50px; -- cgit v1.2.3-54-g00ecf