1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.thead { @apply text-xs; } .tbody { @apply text-sm; } .th, .td, .tdChild { @apply py-2 px-2 text-center; } .th { @apply whitespace-nowrap font-medium py-3 bg-neutral-100 first:rounded-md last:rounded-md; } .td { @apply text-neutral-800; }