變數可以使你的遞迴工作變得簡單
變數宣告
@buttonColor: #FF0000;
/ *現在你可以使用帶有 css 函式的 @buttonColor 變數。 * /
.product.into.detailed {
    additional-attributes{
        .lib-table-button(
         background-color: @buttonColor;
         );
    }
}
函式 lib-tabgle-button 使用變數來設定背景顏色