Skip to content

Commit 59a85f3

Browse files
committed
don't forget to handle rule
1 parent 901b61f commit 59a85f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

org/w3c/css/parser/analyzer/CssParser.jj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,7 @@ ArrayList<CssProperty> prefAtRule() :
13181318
ac.getFrame().addWarning("no-declaration");
13191319
} else {
13201320
addProperty(v);
1321+
handleRule(s, v);
13211322
}
13221323
endOfRule();
13231324
endOfAtRule();

0 commit comments

Comments
 (0)