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

Fixes #14888
Closes gh-1536
(cherry picked from commit c29e9c4db1)
This commit is contained in:
Roman Rei_
2014-03-10 19:30:22 +01:00
committed by Dave Methvin
parent 4e786a9326
commit 045aeda1e3
3 changed files with 4 additions and 0 deletions

View File

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