Skip to content

Commit

Permalink
Remove zoom from special cases list (#26631)
Browse files Browse the repository at this point in the history
Looks like [it's getting removed
anyway](https://groups.google.com/a/chromium.org/g/blink-dev/c/V7q43bgutbo/m/-7jneTl8CQAJ?pli=1).

Maybe should wait for a major though.
  • Loading branch information
sebmarkbage authored Mar 26, 2024
1 parent 1a6d36b commit f24cf4a
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 f24cf4a

Please sign in to comment.