mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
todo to fix last part of import silent
This commit is contained in:
@@ -49,6 +49,10 @@ tree.mixin.Call.prototype = {
|
||||
}
|
||||
}
|
||||
if (match) {
|
||||
if (!this.currentFileInfo || !this.currentFileInfo.silent) {
|
||||
//todo tell the rules that they are not silent
|
||||
// make sure the rules pass that information when eval'd
|
||||
}
|
||||
return rules;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user