mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
fix tests
This commit is contained in:
@@ -55,7 +55,7 @@ tree.Import.prototype = {
|
||||
var features = this.features ? ' ' + this.features.toCSS(env) : '';
|
||||
|
||||
if (this.css) {
|
||||
return "@import " + this.path.toCSS() + features + ';\n';
|
||||
return "@import " + this.path.toCSS() + features + ';';
|
||||
} else {
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user