Add boxFlex and boxFlexGroup to CSS Unitless Properties

Fixes #2812
This commit is contained in:
Paul O’Shannessy
2015-01-07 11:27:43 -08:00
parent a45472e050
commit 52e8ba4a40
+2
View File
@@ -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,