//클래스 사용유무 변수 $use-class: false; $hook: if($use-class == true, '.', '%'); //-------------------------------------------- //마이크로 클리어픽스 #{$hook}clearfix::before, #{$hook}clearfix::after, { content: ''; display: table; } #{$hook}clearfix::after {clear: both;} #{$hook}clearfix {zoom: 1}