Variable declaration
@buttonColor: #FF0000;
/* Now you can use @buttonColor variable with css Functions. */
.product.into.detailed {
additional-attributes{
.lib-table-button(
background-color: @buttonColor;
);
}
}
Here function lib-tabgle-button
used variable to set background color