diff options
-rw-r--r-- | .mailmap | 1 | ||||
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | src/css.js | 2 |
3 files changed, 4 insertions, 0 deletions
@@ -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> diff --git a/AUTHORS.txt b/AUTHORS.txt index 07fb5710d..9c734c4ef 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -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> diff --git a/src/css.js b/src/css.js index dcca4e953..1e454caf1 100644 --- a/src/css.js +++ b/src/css.js @@ -227,6 +227,8 @@ jQuery.extend({ cssNumber: { "columnCount": true, "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, "fontWeight": true, "lineHeight": true, "opacity": true, |