如何在Angular2应用程序中执行此操作(带有html标记的嵌套类):
/***** File2.less *****/
@import "File1.less";
O-hr:nth-child(odd) {
O-hr.color1; //Error
}
/***** File1.less *****/
O-hr.color1 {
.caption {
color: @highlight1-backcolor;
}
}
编译器给我错误:模块构建失败:无法识别的输入。