site: properly fix modals

uncss was clearing out the "block" and "animate-fade-in/out", so removed
that step since tailwind does a similar thing anyway.
This commit is contained in:
Harvey Tindall
2022-12-29 21:15:07 +00:00
parent 6bab805528
commit 47d00d1f27
5 changed files with 29 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
@import "../css/base.css";
@import "../css/modal.css";
:root {
--c-1: #ffe3ef;