Skip to content

Commit 1ce7d9b

Browse files
committed
Update @webref/css
1 parent 1137913 commit 1ce7d9b

File tree

5 files changed

+102
-76
lines changed

5 files changed

+102
-76
lines changed

lib/CSSStyleDeclaration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ Object.defineProperties(CSSStyleDeclaration.prototype, {
611611
}
612612
if (longhandValues.length === shorthandFor.size) {
613613
const replacedValue = getPositionValue(longhandValues, shorthandPosition);
614-
this._setProperty(shorthandProperty, replacedValue);
614+
this._setProperty(shorthandProperty, replacedValue, priority);
615615
}
616616
}
617617
},

0 commit comments

Comments
 (0)