그냥 쓸 때
$ttt: '.hg-row'; #{$ttt} { gap: 2px; }
배열에 넣어서 쓸 때
$test: [ '.hg-standardBtn', '.hg-button-space' ]; @each $ccc in $test { #{$ccc} { background-color: red; } }