Skip to content

Commit

Permalink
Expand ms prefix set
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Mar 30, 2023
1 parent 470ddc8 commit 6b2bc31
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/react-dom-bindings/src/shared/isUnitlessNumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,18 @@ export default function (name: string): boolean {
case 'MozBoxFlex': // TODO: Remove these since they shouldn't be used in modern code
case 'MozBoxFlexGroup':
case 'MozLineClamp':
case 'msAnimationIterationCount':
case 'msFlex':
case 'msZoom':
case 'msFlexGrow':
case 'msLineClamp':
case 'msFlexNegative':
case 'msFlexOrder':
case 'msFlexPositive':
case 'msFlexShrink':
case 'msGridColumn':
case 'msGridColumnSpan':
case 'msGridRow':
case 'msGridRowSpan':
case 'WebkitAnimationIterationCount':
case 'WebkitBoxFlex':
case 'WebKitBoxFlexGroup':
Expand Down

0 comments on commit 6b2bc31

Please sign in to comment.