Skip to content

Commit

Permalink
Add scale as a unitless property
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Nov 1, 2022
1 parent 6883d79 commit 93e83ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-dom-bindings/src/shared/CSSProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const isUnitlessNumber = {
opacity: true,
order: true,
orphans: true,
scale: true,
tabSize: true,
widows: true,
zIndex: true,
Expand Down

0 comments on commit 93e83ed

Please sign in to comment.