reset-dl()
설명 목록 초기화 믹스인
용도
사용법
.resetDl {
@include reset-dl;
}.resetDl {
margin-top: 0;
margin-bottom: 0;
}
.resetDl dd {
margin-left: 0;
}로직
참고
Last updated
설명 목록 초기화 믹스인
.resetDl {
@include reset-dl;
}.resetDl {
margin-top: 0;
margin-bottom: 0;
}
.resetDl dd {
margin-left: 0;
}Last updated
@mixin reset-dl() {
@include my(0);
dd {
margin-left: 0;
}
}