Skip to content

Commit 0664786

Browse files
committed
Remove zoom from special cases list
1 parent 7b0642b commit 0664786

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-dom-bindings/src/shared/isUnitlessNumber.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const unitlessNumbers = new Set([
4646
'tabSize',
4747
'widows',
4848
'zIndex',
49-
'zoom',
5049
'fillOpacity', // SVG-related properties
5150
'floodOpacity',
5251
'stopOpacity',
@@ -61,7 +60,6 @@ const unitlessNumbers = new Set([
6160
'MozLineClamp',
6261
'msAnimationIterationCount',
6362
'msFlex',
64-
'msZoom',
6563
'msFlexGrow',
6664
'msFlexNegative',
6765
'msFlexOrder',

0 commit comments

Comments
 (0)