Skip to content

Commit fa83eb1

Browse files
committed
typo
1 parent 28735b0 commit fa83eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse-css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ class QualifiedRule extends CSSParserRule {
13581358
let s = printIndent(indent);
13591359
s += this.prelude.map(x=>x.toSource()).join("");
13601360
s += "{\n";
1361-
if(this.declarations.length;) {
1361+
if(this.declarations.length) {
13621362
s += this.declarations.map(x=>x.toSource(indent+1)).join("\n") + "\n";
13631363
}
13641364
if(this.rules.length) {

0 commit comments

Comments
 (0)