We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d0b06 commit c1718dcCopy full SHA for c1718dc
1 file changed
lib/CSSStyleDeclaration.js
@@ -130,6 +130,7 @@ CSSOM.CSSStyleDeclaration.prototype = {
130
this[name] = "";
131
}
132
Array.prototype.splice.call(this, 0, this.length);
133
+ this._importants = {};
134
135
var dummyRule = CSSOM.parse('#bogus{' + cssText + '}').cssRules[0].style;
136
var length = dummyRule.length;
0 commit comments