使用html标记的嵌套类较少

时间:2017-04-15 17:10:18

标签: css3 less

如何在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;
    }
}

编译器给我错误:模块构建失败:无法识别的输入。

0 个答案:

没有答案