Skip to content

Commit 6b2bc31

Browse files
committed
Expand ms prefix set
1 parent 470ddc8 commit 6b2bc31

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,18 @@ export default function (name: string): boolean {
6060
case 'MozBoxFlex': // TODO: Remove these since they shouldn't be used in modern code
6161
case 'MozBoxFlexGroup':
6262
case 'MozLineClamp':
63+
case 'msAnimationIterationCount':
64+
case 'msFlex':
65+
case 'msZoom':
6366
case 'msFlexGrow':
64-
case 'msLineClamp':
67+
case 'msFlexNegative':
68+
case 'msFlexOrder':
69+
case 'msFlexPositive':
70+
case 'msFlexShrink':
71+
case 'msGridColumn':
72+
case 'msGridColumnSpan':
73+
case 'msGridRow':
74+
case 'msGridRowSpan':
6575
case 'WebkitAnimationIterationCount':
6676
case 'WebkitBoxFlex':
6777
case 'WebKitBoxFlexGroup':

0 commit comments

Comments
 (0)