12 lines
335 B
SCSS
Executable File
12 lines
335 B
SCSS
Executable File
@import "toastify/variables";
|
|
@import "toastify/toastContainer";
|
|
@import "toastify/toast";
|
|
@import "toastify/closeButton";
|
|
@import "toastify/progressBar";
|
|
|
|
// entrance and exit animations
|
|
@import "toastify/animations/bounce";
|
|
@import "toastify/animations/zoom";
|
|
@import "toastify/animations/flip";
|
|
@import "toastify/animations/slide";
|