How to calculate percentages in LESS CSS?
According to the LESS CSS website, you need to change the order of your equation The output is pretty much what you expect—LESS understands the difference between colors and units. If a unit is used in an operation, like in: @var: 1px + 5; LESS will use that unit for the final output—6px in this … Read more