Skip to content

Commit

Permalink
Add columns to isUnitlessNumber list (#10115)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweary authored and gaearon committed Jul 11, 2017
1 parent 8ca4063 commit ab4ddf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/shared/CSSProperty.js
Expand Up @@ -23,6 +23,7 @@ var isUnitlessNumber = {
boxFlexGroup: true,
boxOrdinalGroup: true,
columnCount: true,
columns: true,
flex: true,
flexGrow: true,
flexPositive: true,
Expand Down

0 comments on commit ab4ddf6

Please sign in to comment.