最佳答案
是否存在在其输出中应用直接子选择器(>)的 LESS?
在我的 style. less 中,我想写下这样的内容:
.panel {
...
> .control {
...
}
}
产生的结果如下:
.panel > .control { ... }