.loop(@
count
) when (@
counter
>
0
) {
.loop((@
counter
-
1
)); // 遞歸調用自身
width
: (
10px
* @
counter
); // 每次調用時產生的樣式代碼
}