Tailwindcss .border-x-group

Jmnote (토론 | 기여)님의 2022년 5월 15일 (일) 17:36 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

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


2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}