Open CodeAbuser opened 5 years ago
When compiling LESS to CSS, the calc function is not working correctly.
It's not supposed to modify what is in-between the parentheses of the calc function
the text between the parentheses is supposed to be retained.
apparently this is a known issue with some compilers using a version of LESS lower than 1.4
https://stackoverflow.com/a/16324133
Installed product versions
Description
When compiling LESS to CSS, the calc function is not working correctly.
Steps to recreate
Current behavior
It's not supposed to modify what is in-between the parentheses of the calc function
Expected behavior
the text between the parentheses is supposed to be retained.