From 54be1076542ab3a477b1371fb32e05d4b75fb1be Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 21 Jan 2021 19:51:32 +0100 Subject: [PATCH] Fix scss import error --- client/src/styles/_toast.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/_toast.scss b/client/src/styles/_toast.scss index b756cdd3..88fcd8ca 100644 --- a/client/src/styles/_toast.scss +++ b/client/src/styles/_toast.scss @@ -1,4 +1,4 @@ -@import 'vue-toast-notification/dist/theme-default.css'; +@import '~vue-toast-notification/dist/theme-default.css'; .toast .toast-text { color: $color-white;