mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Add aspectRatio to the unitless list
This commit is contained in:
parent
05ec0d7646
commit
0956f8ad81
1
packages/react-dom/src/shared/CSSProperty.js
vendored
1
packages/react-dom/src/shared/CSSProperty.js
vendored
|
|
@ -10,6 +10,7 @@
|
|||
*/
|
||||
export const isUnitlessNumber = {
|
||||
animationIterationCount: true,
|
||||
aspectRatio: true,
|
||||
borderImageOutset: true,
|
||||
borderImageSlice: true,
|
||||
borderImageWidth: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user