Tailwindcss .border-y-group

1 개요[ | ]

tailwindcss .border-y-group
css
Copy
.border-y-group {
    @apply border-t;
}
.border-x-group:last-of-type {
    @apply border-b;
}


2 같이 보기[ | ]