Remove unused CSS classes

This commit is contained in:
Dede Fuji Abdul 2024-02-28 15:29:47 +07:00
parent 8fa2f8cdd7
commit b490ecb90e

View File

@ -1525,10 +1525,6 @@ body {
height: 80vh;
}
.h-\[400px\] {
height: 400px;
}
.max-h-0 {
max-height: 0px;
}
@ -5926,12 +5922,6 @@ body {
justify-content: space-between;
}
.lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));