From 1763df77cf541d069e986dd50a7f9f0c5f4384e2 Mon Sep 17 00:00:00 2001 From: Majid Alavizadeh Date: Thu, 18 Oct 2018 19:11:31 +0330 Subject: [PATCH] Update bundle.scss Change the path of bootstrap for fix the bug in webpack --- src/assets/scss/bundle.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/scss/bundle.scss b/src/assets/scss/bundle.scss index c0311ec6a..6e09f9043 100644 --- a/src/assets/scss/bundle.scss +++ b/src/assets/scss/bundle.scss @@ -3,5 +3,5 @@ Dashboard UI */ @import 'variables'; -@import '../../../node_modules/bootstrap/scss/bootstrap.scss'; -@import 'dashboard/dashboard'; \ No newline at end of file +@import '~bootstrap/scss/bootstrap.scss'; +@import 'dashboard/dashboard';