diff options
author | Moonchild <moonchild@palemoon.org> | 2022-04-08 16:08:33 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-08 16:08:33 +0000 |
commit | d5ae68701b8367841e8e1c994d68e324164ca0ce (patch) | |
tree | 3b4f37ea27b31296277ef1ae5a6b1e2edfe5b62b /devtools | |
parent | 330b866f465f58e1fed01e819eef7043d6c9f628 (diff) | |
parent | acf30bc5f4cd2dd1c3e01a38b1a766375d97fa01 (diff) | |
download | uxp-d5ae68701b8367841e8e1c994d68e324164ca0ce.tar.gz |
Merge pull request 'Implement 'content' keyword for 'flex-basis' property and address spec changes' (#1854) from FranklinDM/UXP-contrib:work_css-flex-basis-content into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1854
Diffstat (limited to 'devtools')
-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" |