mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +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 = {
|
export const isUnitlessNumber = {
|
||||||
animationIterationCount: true,
|
animationIterationCount: true,
|
||||||
|
aspectRatio: true,
|
||||||
borderImageOutset: true,
|
borderImageOutset: true,
|
||||||
borderImageSlice: true,
|
borderImageSlice: true,
|
||||||
borderImageWidth: true,
|
borderImageWidth: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user