Skip to content

Commit c29e9c4

Browse files
silverwinddmethvin
authored andcommitted
CSS: Add flex-grow and flex-shrink to cssNumber
Fixes #14888 Closes jquerygh-1536
1 parent 594687a commit c29e9c4

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Richard D. Worth <[email protected]>
7777
Rick Waldron <[email protected]>
7878
7979
Robert Katić <[email protected]>
80+
Roman Reiß <[email protected]>
8081
Ron Otten <[email protected]>
8182
Sai Lung Wong <[email protected]>
8283

AUTHORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,4 @@ Jakob Stoeck <[email protected]>
216216
Christopher Jones <[email protected]>
217217
Forbes Lindesay <[email protected]>
218218
S. Andrew Sheppard <[email protected]>
219+
Roman Reiß <[email protected]>

src/css.js

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ jQuery.extend({
222222
cssNumber: {
223223
"columnCount": true,
224224
"fillOpacity": true,
225+
"flexGrow": true,
226+
"flexShrink": true,
225227
"fontWeight": true,
226228
"lineHeight": true,
227229
"opacity": true,

0 commit comments

Comments
 (0)