Skip to content

Commit a7c5726

Browse files
authored
Add aspectRatio to the unitless list (#21100)
1 parent 4a99c5c commit a7c5726

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)