diff --git a/src/compiler/stylesheet.ts b/src/compiler/stylesheet.ts index 5d73e916..d96f8c9f 100644 --- a/src/compiler/stylesheet.ts +++ b/src/compiler/stylesheet.ts @@ -431,7 +431,7 @@ export class StylesheetBuilder { return; } - if (!this.rule.d && !this.rule.v) { + if (!this.rule.d && !this.rule.v && !this.rule.c) { return; }