Skip to content

Commit

Permalink
Add aspectRatio to the unitless list (#21100)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 25, 2021
1 parent 4a99c5c commit a7c5726
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 a7c5726

Please sign in to comment.