div.asd div.asd-fgh
html의 구조가 이럴 때,
asd-fgh { .asd & { font-size: 12px; } }
이렇게 쓰고 컴파일하면
.asd asd-fgh{ font-size: 12px; }
이렇게 nesting을 벗어나서 작성됨.
@at-root랑 비슷하게 보면 될 듯?