Skip to content

Commit

Permalink
Add aspectRatio to the unitless list (facebook#21100)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and acdlite committed Apr 16, 2021
1 parent f2d3e55 commit eac4111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-dom/src/shared/CSSProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/
export const isUnitlessNumber = {
animationIterationCount: true,
aspectRatio: true,
borderImageOutset: true,
borderImageSlice: true,
borderImageWidth: true,
Expand Down

0 comments on commit eac4111

Please sign in to comment.