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';