Add Notyf CSS partial for customizable toast notifications in the UI

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-09-06 20:26:20 -06:00
parent 6370f2d603
commit e34b6f8c52
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
.notyf__toast {
@apply rounded-btn break-all !important;
}
+1
View File
@@ -4,4 +4,5 @@
@import "./partials/glucide.css";
@import "./partials/htmx.css";
@import "./partials/slim-select.css";
@import "./partials/notyf.css";
@import "./partials/scrollbar.css";