mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
CSS: Add flex-grow and flex-shrink to cssNumber
Fixes #14888 Closes gh-1536
This commit is contained in:
parent
594687abdc
commit
c29e9c4db1
1
.mailmap
1
.mailmap
@ -77,6 +77,7 @@ Richard D. Worth <rdworth@gmail.com>
|
||||
Rick Waldron <waldron.rick@gmail.com>
|
||||
Rick Waldron <waldron.rick@gmail.com> <rick@bocoup.com>
|
||||
Robert Katić <robert.katic@gmail.com>
|
||||
Roman Reiß <me@silverwind.io>
|
||||
Ron Otten <r.j.g.otten@gmail.com>
|
||||
Sai Lung Wong <sai.wong@huffingtonpost.com>
|
||||
Scott González <scott.gonzalez@gmail.com> <sgonzale@sgonzale-laptop.local>
|
||||
|
@ -216,3 +216,4 @@ Jakob Stoeck <jakob@pokermania.de>
|
||||
Christopher Jones <chris@cjqed.com>
|
||||
Forbes Lindesay <forbes@lindesay.co.uk>
|
||||
S. Andrew Sheppard <andrew@wq.io>
|
||||
Roman Reiß <me@silverwind.io>
|
||||
|
@ -222,6 +222,8 @@ jQuery.extend({
|
||||
cssNumber: {
|
||||
"columnCount": true,
|
||||
"fillOpacity": true,
|
||||
"flexGrow": true,
|
||||
"flexShrink": true,
|
||||
"fontWeight": true,
|
||||
"lineHeight": true,
|
||||
"opacity": true,
|
||||
|
Loading…
Reference in New Issue
Block a user