Tailwindcss .border-x-group

Jmnote (토론 | 기여)님의 2022년 5월 15일 (일) 17:29 판

1 개요

tailwindcss .border-x-group
css
Copy
.border-x-group {
    @apply border-l;
}
.border-x-group:last-of-type {
    @apply border-r;
}


2 같이 보기