CSS: Add flex-grow and flex-shrink to cssNumber

Fixes #14888
Closes gh-1536
This commit is contained in:
Roman Rei_
2014-03-10 19:30:22 +01:00
committed by Dave Methvin
parent 594687abdc
commit c29e9c4db1
3 changed files with 4 additions and 0 deletions

View File

@@ -222,6 +222,8 @@ jQuery.extend({
cssNumber: {
"columnCount": true,
"fillOpacity": true,
"flexGrow": true,
"flexShrink": true,
"fontWeight": true,
"lineHeight": true,
"opacity": true,