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 eb510a3 commit 19c7c29Copy full SHA for 19c7c29
packages/react-dom-bindings/src/shared/isUnitlessNumber.js
@@ -46,6 +46,7 @@ const unitlessNumbers = new Set([
46
'tabSize',
47
'widows',
48
'zIndex',
49
+ 'zoom',
50
'fillOpacity', // SVG-related properties
51
'floodOpacity',
52
'stopOpacity',
@@ -60,6 +61,7 @@ const unitlessNumbers = new Set([
60
61
'MozLineClamp',
62
'msAnimationIterationCount',
63
'msFlex',
64
+ 'msZoom',
65
'msFlexGrow',
66
'msFlexNegative',
67
'msFlexOrder',
0 commit comments