Skip to content

Commit

Permalink
Add gridArea to unitless CSS properties (facebook#13550)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol authored and jetoneza committed Jan 23, 2019
1 parent fafc3a4 commit d4ea4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-dom/src/shared/CSSProperty.js
Expand Up @@ -24,6 +24,7 @@ export const isUnitlessNumber = {
flexShrink: true,
flexNegative: true,
flexOrder: true,
gridArea: true,
gridRow: true,
gridRowEnd: true,
gridRowSpan: true,
Expand Down

0 comments on commit d4ea4f9

Please sign in to comment.