Skip to content

Commit ba76cff

Browse files
authored
fix: allow container only rules (#78)
1 parent 26b272f commit ba76cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/stylesheet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ export class StylesheetBuilder {
431431
return;
432432
}
433433

434-
if (!this.rule.d && !this.rule.v) {
434+
if (!this.rule.d && !this.rule.v && !this.rule.c) {
435435
return;
436436
}
437437

0 commit comments

Comments
 (0)