mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
CSS: Add flex-grow and flex-shrink to cssNumber
Fixes #14888 Closes gh-1536
This commit is contained in:
@@ -222,6 +222,8 @@ jQuery.extend({
|
||||
cssNumber: {
|
||||
"columnCount": true,
|
||||
"fillOpacity": true,
|
||||
"flexGrow": true,
|
||||
"flexShrink": true,
|
||||
"fontWeight": true,
|
||||
"lineHeight": true,
|
||||
"opacity": true,
|
||||
|
||||
Reference in New Issue
Block a user