Skip to content

Commit

Permalink
Add gridArea to unitless CSS properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Sep 4, 2018
1 parent 877f8bc commit c4f1d23
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 c4f1d23

Please sign in to comment.