Skip to content

Commit

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

0 comments on commit 0664786

Please sign in to comment.