Fix scss import error

This commit is contained in:
Ramon Wenger 2021-01-21 19:51:32 +01:00
parent a323669cd3
commit 54be107654
1 changed files with 1 additions and 1 deletions

View File

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