mirror of
https://github.com/less/less.js.git
synced 2026-02-06 04:55:03 -05:00
(meta) todo paths.unshift fix
This commit is contained in:
@@ -90,6 +90,8 @@ var less = {
|
||||
less.Parser.importer = function (file, paths, callback) {
|
||||
var pathname;
|
||||
|
||||
// TODO: Undo this at some point,
|
||||
// or use different approach.
|
||||
paths.unshift('.');
|
||||
|
||||
for (var i = 0; i < paths.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user