From 8a40335cf27130d0bd9f546e6f83fd34ab8574b8 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Wed, 27 Jan 2021 07:11:06 +0100 Subject: [PATCH] Fix build --- .../src/fm/components/back-button/back-button.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common/src/fm/components/back-button/back-button.component.scss b/projects/common/src/fm/components/back-button/back-button.component.scss index a76decf..847f6df 100644 --- a/projects/common/src/fm/components/back-button/back-button.component.scss +++ b/projects/common/src/fm/components/back-button/back-button.component.scss @@ -1,4 +1,4 @@ -@import "../../../../node_modules/bootstrap"; +@import "../../../../../../node_modules/bootstrap/scss/bootstrap.scss"; .back-button { cursor: default;