Closed ChristophKaser closed 9 years ago
Great, thanks for this. However, could you please re-submit your patch with just changing the appropriate lines without re-formatting the whole file? Changing the whole file makes it difficult to track the change history later. Thanks!
Okay, I changed it.
Many thanks!
At the moment, the operator is ignored int TermIntegerImpl.toString(). This causes issues with source declarations with multiple values, e.g.
padding: 5px 0 0 0;
becomespadding: 5.0px 000;
This commit fixes the issue.