Skip to content

Commit

Permalink
Merge pull request facebook#2821 from zpao/unitless-css-boxflex
Browse files Browse the repository at this point in the history
Add boxFlex and boxFlexGroup to CSS Unitless Properties
  • Loading branch information
zpao committed Feb 19, 2015
2 parents 6f7b9a9 + 52e8ba4 commit 6c29eba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/ui/dom/CSSProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* CSS properties which accept numbers but are not in units of "px".
*/
var isUnitlessNumber = {
boxFlex: true,
boxFlexGroup: true,
columnCount: true,
flex: true,
flexGrow: true,
Expand Down

0 comments on commit 6c29eba

Please sign in to comment.