Appearance
$demo: 'demo-test'; .#{$demo} { background-color: red; } 编译之后生成的代码是 .demo-test { background-color: red; }