Merge pull request #2821 from zpao/unitless-css-boxflex

Add boxFlex and boxFlexGroup to CSS Unitless Properties
This commit is contained in:
Paul O’Shannessy 2015-02-18 17:22:56 -08:00
commit 6c29eba035
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
* CSS properties which accept numbers but are not in units of "px". * CSS properties which accept numbers but are not in units of "px".
*/ */
var isUnitlessNumber = { var isUnitlessNumber = {
boxFlex: true,
boxFlexGroup: true,
columnCount: true, columnCount: true,
flex: true, flex: true,
flexGrow: true, flexGrow: true,