Skip to content

Commit 4f10b0e

Browse files
gaearonacdlite
authored andcommitted
Add aspectRatio to the unitless list (facebook#21100)
1 parent bea74b0 commit 4f10b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dom/src/shared/CSSProperty.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111
export const isUnitlessNumber = {
1212
animationIterationCount: true,
13+
aspectRatio: true,
1314
borderImageOutset: true,
1415
borderImageSlice: true,
1516
borderImageWidth: true,

0 commit comments

Comments
 (0)