Bug when using the plus symbol on calc
calls inside from
expressions for colors
#4316
Labels
calc
calls inside from
expressions for colors
#4316
To reproduce:
Current behavior:
Less throws a
Could not parse call arguments or missing ')'
error.Expected behavior:
Should generate:
Environment information:
Running on the official playground is enough to reproduce it:
https://lesscss.org/less-preview
Subtraction works just fine:
I also found another bug that might be related. Notice the inversion from
r - 100
to100 - r
:Drops the math operator:
The text was updated successfully, but these errors were encountered: