Files
2022-12-09 08:36:26 -06:00

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