%mt5 { margin-top: 5px;}%pt5{padding-top:5px;}.btn { @extend %mt5; @extend %pt5;}编译后:.btn{ margin-top:5px; }.btn{padding-top:5px;} 查看完整描述