- Affected version
- 2.3.0 Beta 4
Math expressions in .less templates seem to now require being wrapped by parentheses e.g.
Previously this was only necessary if the expression was ambiguous (such as multiple padding values).Code:property: (0.8 * @xf-style-property);
I haven't seen this reported as a bug.
But this makes porting less to XF2.3 quite annoying as it is unsure when existing less will work as-is or just fails silently.