Skip to content

Commit 080b73e

Browse files
committed
fix(scss): fix imports to external dependencies
1 parent 20cea20 commit 080b73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
/* Import bootstrap */
66

7-
@import "node_modules/bootstrap/scss/bootstrap";
7+
@import "~bootstrap/scss/bootstrap";
88

99
/* Other CSS Imports */
1010

11-
@import '../node_modules/react-toastify/dist/ReactToastify.min.css';
11+
@import '~react-toastify/dist/ReactToastify.min.css';

0 commit comments

Comments
 (0)