Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit edd8824

Browse files
author
Douglas Lerner
committed
fix: import scss files from components into main.scss
1 parent 3c7a7ec commit edd8824

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scss/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
/* Other CSS Imports */
1010

1111
@import '~react-toastify/dist/ReactToastify.min.css';
12+
13+
/* all scss files in src/components should be imported here */
14+
@import "../src/components/Toaster/toaster.scss";
15+
@import "../src/components/Callout/callout.scss";

0 commit comments

Comments
 (0)