We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca597a0 commit b646bedCopy full SHA for b646bed
src/styles/rule.js
@@ -93,7 +93,7 @@ class Rule {
93
this.parent = parent;
94
95
// Add properties to style
96
- if (this.style) {
+ if (this.style && this.properties) {
97
this.style.properties = this.properties;
98
}
99
0 commit comments