XenForo Inheritance of extra.less between parent and child styles

S

securedme

Guest
So I created style A first and got everything in extra.less. Then I created style B as a child of A.

Style A
-- Style B

The content of extra.less of B got inherited from that of A. Then I edited something in B.

After that I added a new line in A. But that line won't automatically get inherited to B?

So the inheritance only happens the first time B was created? Any changed, added to A after that will not be inherited to B?

Continue reading...