We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0951c commit dfac25aCopy full SHA for dfac25a
src/util.js
@@ -68,7 +68,7 @@ export function styleObjToCss(s) {
68
let suffix = ';';
69
let isNumber = typeof val === 'number';
70
if (isNumber && SUFFIX_CACHE[name]) {
71
- suffix = 'px';
+ suffix = 'px;';
72
} else if (
73
isNumber &&
74
IS_NON_DIMENSIONAL.test(prop.toLowerCase()) === false
0 commit comments