1 개요
- tailwindcss .border-x-group
css
Copy
.border-x-group {
@apply border-l;
}
.border-x-group:last-of-type {
@apply border-r;
}
2 같이 보기
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.
.border-x-group {
@apply border-l;
}
.border-x-group:last-of-type {
@apply border-r;
}