Skip to content

Commit cc498c2

Browse files
gaearonkoto
authored andcommitted
Add aspectRatio to the unitless list (facebook#21100)
1 parent 2780e6f commit cc498c2

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)