Bug Nested color functions cause template errors in 2.3 RC4

There is a bug in this version
W

willl

Guest
Got 2 new ones with color functions here.

When nesting color functions, it can cause errors when compiling the LESS. Got a couple examples:

Less:

box-shadow: 0 4px 15px 0 fade(shade(darken(@xf-pageBg, 20%), 40%), 20%);

If I remove - for example - the shade function, it'll end up coming out fine.

@xf-pageBg is just #fafbff - also tested with an rgb value, same issue.

Additionally, this also applies to inheritance from multiple style properties.

1719344682956.webp

In this case, the border...

Read more

Continue reading...