Tailwindcss .border-x-group

Jmnote (토론 | 기여)님의 2022년 5월 15일 (일) 17:29 판 (Jmnote님이 .border-x-group 문서를 Tailwindcss .border-x-group 문서로 이동했습니다)

1 개요

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


2 같이 보기