1 2 3 4 5 6 7 8 9 10 11
.cardBody { @apply flex flex-row items-center gap-x-4; } .name { @apply font-medium; } .description { @apply text-sm text-neutral-500 flex gap-x-1; }