https://bugzilla.wikimedia.org/show_bug.cgi?id=62300
--- Comment #1 from Krinkle <[email protected]> --- Two reasons this fails: 1) Configuration You're comparing a run of php-lessc having configuration with node-lessc having no configuration. See documentation for lessc for how to set e.g. import path. 2) Hooks Lessc is a dynamic parser that allows variables and hook functions to be registered. This is the case both in the node as well as the php implementation. However as these variables and hook functions are declared in the backend language (not in less syntax itself) they will inherently not be usable by other interpreters. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
