From dc8bc31be517a53e8fbe7100cfe45cd73f596de0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 14 Mar 2016 13:50:19 +0100 Subject: Angular application :first draft --- client/stylesheets/application.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/stylesheets/application.scss') diff --git a/client/stylesheets/application.scss b/client/stylesheets/application.scss index bf9ec90ab..d1b309907 100644 --- a/client/stylesheets/application.scss +++ b/client/stylesheets/application.scss @@ -1,6 +1,6 @@ -$icon-font-path: "/stylesheets/vendor/fonts/bootstrap/"; +$icon-font-path: "/app/node_modules/bootstrap-sass/assets/fonts/bootstrap/"; @import "bootstrap-variables"; @import "_bootstrap"; -@import "base"; -@import "index"; \ No newline at end of file +@import "base.scss"; +@import "index.scss"; -- cgit v1.2.3