diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2022-04-07 00:22:06 +0800 |
---|---|---|
committer | FranklinDM <mrmineshafter17@gmail.com> | 2022-04-07 18:35:51 +0800 |
commit | ca38eaca7095efaf4bb4643d04fc3f18e705e9c0 (patch) | |
tree | 74d14ddfccab3946c283960488eccfe52d2391bd | |
parent | 567ba7ede6757311b32f0152abe6db6f5df6ff07 (diff) | |
download | uxp-ca38eaca7095efaf4bb4643d04fc3f18e705e9c0.tar.gz |
Issue #1370 - Part 5: Regenerate developer tools' static CSS properties database
-rw-r--r-- | devtools/shared/css/generated/properties-db.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devtools/shared/css/generated/properties-db.js b/devtools/shared/css/generated/properties-db.js index 2f1900a8c9..dc4df73b39 100644 --- a/devtools/shared/css/generated/properties-db.js +++ b/devtools/shared/css/generated/properties-db.js @@ -2073,6 +2073,7 @@ exports.CSS_PROPERTIES = { "-moz-min-content", "auto", "calc", + "content", "inherit", "initial", "unset" @@ -2095,6 +2096,7 @@ exports.CSS_PROPERTIES = { "-moz-min-content", "auto", "calc", + "content", "inherit", "initial", "unset" @@ -3231,6 +3233,7 @@ exports.CSS_PROPERTIES = { "column-reverse", "condensed", "contain", + "content", "content-box", "contents", "cover", @@ -5840,6 +5843,7 @@ exports.CSS_PROPERTIES = { "-moz-min-content", "auto", "calc", + "content", "inherit", "initial", "unset" @@ -5862,6 +5866,7 @@ exports.CSS_PROPERTIES = { "-moz-min-content", "auto", "calc", + "content", "inherit", "initial", "unset" |