Add display-none base class

This commit is contained in:
Sat Naing
2022-09-09 13:48:55 +06:30
parent f995485c09
commit 8c690da4c1
+3
View File
@@ -33,4 +33,7 @@
.btn-blue { .btn-blue {
@apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded; @apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded;
} }
.display-none {
@apply hidden;
}
} }