https://bugzilla.wikimedia.org/show_bug.cgi?id=64595

--- Comment #7 from Daniel Friesen <mediawiki-b...@nadir-seen-fire.com> ---
While digging into this I found that part of this issues actually lies in a
poor choice of LESS parsing library:
https://www.mediawiki.org/wiki/Requests_for_comment/Change_LESS_compilation_library

We used lessphp/lessc while Less.php/Less_Parser is actually better maintained.

The latter has a better default import path (this regression would have never
popped up as the local variables file would always be used.

What Jon wants to do would even work better in Less.php/Less_Parser than it
would in lessphp/lessc.

Though we should probably fix both these bugs before we get around to
considering a different less parser.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to