Skip to content

Commit

Permalink
chore(css): Fix group value for CSS Overscroll Behavior features (#917)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Feb 3, 2025
1 parent 34b49a3 commit e3976c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"CSS Multi-column Layout",
"CSS Namespaces",
"CSS Overflow",
"CSS Overscroll Behavior",
"CSS Paged Media",
"CSS Positioning",
"CSS Resolutions",
Expand Down
10 changes: 5 additions & 5 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -7880,7 +7880,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Box Model"
"CSS Overscroll Behavior"
],
"initial": "auto",
"appliesto": "nonReplacedBlockAndInlineBlockElements",
Expand All @@ -7899,7 +7899,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Box Model"
"CSS Overscroll Behavior"
],
"initial": "auto",
"appliesto": "nonReplacedBlockAndInlineBlockElements",
Expand All @@ -7915,7 +7915,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Box Model"
"CSS Overscroll Behavior"
],
"initial": "auto",
"appliesto": "nonReplacedBlockAndInlineBlockElements",
Expand All @@ -7931,7 +7931,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Box Model"
"CSS Overscroll Behavior"
],
"initial": "auto",
"appliesto": "nonReplacedBlockAndInlineBlockElements",
Expand All @@ -7947,7 +7947,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Box Model"
"CSS Overscroll Behavior"
],
"initial": "auto",
"appliesto": "nonReplacedBlockAndInlineBlockElements",
Expand Down

0 comments on commit e3976c9

Please sign in to comment.