selection()
선택 영역(Selection) 믹스인
용도
사용법
@include selection() {
color: get-color(white);
background-color: get-color(black);
}
@include selection('img, button') {
color: get-color(black);
background-color: transparent;
}로직
참고
Last updated