fix tests

This commit is contained in:
Luke Page
2013-07-15 22:03:52 +01:00
parent a554b8e088
commit 037cdb5916
12 changed files with 15 additions and 17 deletions

View File

@@ -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 "";
}