Skip to content

Commit

Permalink
Revert "Remove zoom from special cases list (#26631)"
Browse files Browse the repository at this point in the history
This reverts commit f24cf4a.
  • Loading branch information
sophiebits committed Mar 29, 2024
1 parent a73c345 commit c77686b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-dom-bindings/src/shared/isUnitlessNumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const unitlessNumbers = new Set([
'tabSize',
'widows',
'zIndex',
'zoom',
'fillOpacity', // SVG-related properties
'floodOpacity',
'stopOpacity',
Expand All @@ -60,6 +61,7 @@ const unitlessNumbers = new Set([
'MozLineClamp',
'msAnimationIterationCount',
'msFlex',
'msZoom',
'msFlexGrow',
'msFlexNegative',
'msFlexOrder',
Expand Down

0 comments on commit c77686b

Please sign in to comment.