Closed jamietre closed 7 years ago
This code in less:
@floorStackHeightOffSet: 2*@headerHeight + @modalHeaderHeight + @rowheight;
was reformatted to
@floorStackHeightOffSet: 2*@headerHeight +@modalHeaderHeight +@rowheight;
There needs to be a space between the operands and the operator, or it apparently interprets the + as "positive" and not an operator.
Fixed in the last release 1.7.2
This code in less:
was reformatted to
There needs to be a space between the operands and the operator, or it apparently interprets the + as "positive" and not an operator.