You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Undefined property: Less_Tree_Operation::$value in /…/wikimedia/less.php/lib/Less/Tree/Dimension.php line 79
Fun fact: At this point $other is no the expected Less_Tree_Dimension but an instance of Less_Tree_Operation (type safety would be great).
I would love to help debugging this, but I can't even tell if this can be caused by faulty LESS input (it should not lead to such a warning, though) or is a programmatic error.