Skip to content

Commit 5e3ce84

Browse files
committed
Add scale as a unitless property
1 parent c08d8b8 commit 5e3ce84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dom-bindings/src/shared/CSSProperty.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const isUnitlessNumber = {
4040
opacity: true,
4141
order: true,
4242
orphans: true,
43+
scale: true,
4344
tabSize: true,
4445
widows: true,
4546
zIndex: true,

0 commit comments

Comments
 (0)