diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-06 23:57:26 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-06 23:57:26 +0000 |
commit | b03e7dd0a909a3b0acae636f5c0122db4e4dd4e5 (patch) | |
tree | c461f5694d915ce1dfa5151f2d655162afbf4c81 /devtools | |
parent | 896ef58fa3f03cea7cf2ce5e1b91e21a54675264 (diff) | |
download | uxp-b03e7dd0a909a3b0acae636f5c0122db4e4dd4e5.tar.gz |
Issue mcp-graveyard/UXP#1705 - Part 4: Add scrollbar-width CSS keyword to CSS parser.
This should be all parts needed to add a brand new enum keyword including
getting the computed style from it...
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/shared/css/generated/properties-db.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/shared/css/generated/properties-db.js b/devtools/shared/css/generated/properties-db.js index d149995d9e..bb88befb7e 100644 --- a/devtools/shared/css/generated/properties-db.js +++ b/devtools/shared/css/generated/properties-db.js @@ -3038,6 +3038,7 @@ exports.CSS_PROPERTIES = { "scroll-snap-points-y", "scroll-snap-type-x", "scroll-snap-type-y", + "scrollbar-width", "shape-outside", "shape-rendering", "-moz-stack-sizing", |