.loop(@
count
) when (@
counter
>
0
) {
.loop((@
counter
-
1
)); // 递归调用自身
width
: (
10px
* @
counter
); // 每次调用时产生的样式代码
}
.loop(@
count
) when (@
counter
>
0
) {
.loop((@
counter
-
1
)); // 递归调用自身
width
: (
10px
* @
counter
); // 每次调用时产生的样式代码
}