We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28735b0 commit fa83eb1Copy full SHA for fa83eb1
parse-css.js
@@ -1358,7 +1358,7 @@ class QualifiedRule extends CSSParserRule {
1358
let s = printIndent(indent);
1359
s += this.prelude.map(x=>x.toSource()).join("");
1360
s += "{\n";
1361
- if(this.declarations.length;) {
+ if(this.declarations.length) {
1362
s += this.declarations.map(x=>x.toSource(indent+1)).join("\n") + "\n";
1363
}
1364
if(this.rules.length) {
0 commit comments