.layer{ width: 600px; height: 400rpx; border: 1px solid #000; background: #0f0; .>div{ width: 400px; height: 100px; background: #f00; } } 我的less文件怎么编译成这样,谁能给我解释下,谢谢
看下webpack配置