mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
CSS: Add flex-grow and flex-shrink to cssNumber
Fixes #14888
Closes gh-1536
(cherry picked from commit c29e9c4db1
)
This commit is contained in:
parent
4e786a9326
commit
045aeda1e3
1
.mailmap
1
.mailmap
@ -72,6 +72,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>
|
||||
|
@ -207,3 +207,4 @@ cjqed <christopherjonesqed@gmail.com>
|
||||
Forbes Lindesay <forbes@lindesay.co.uk>
|
||||
John Paul <john@johnkpaul.com>
|
||||
S. Andrew Sheppard <andrew@wq.io>
|
||||
Roman Reiß <me@silverwind.io>
|
||||
|
@ -227,6 +227,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