Less使用混合函数报错(Error compiling les
2019-11-07 本文已影响0人
苗喵秒
有问题代码片段
.test(@var:15) {
.test-class {
font-weight: @var;
}
}
.test()
正常代码片段
.test(@var:15) {
.test-class {
font-weight: @var;
}
}
.test();
.test(@var:15) {
.test-class {
font-weight: @var;
}
}
.test()
.test(@var:15) {
.test-class {
font-weight: @var;
}
}
.test();