Skip to content

Commit

Permalink
fix(css): Fix group field for CSS Containment module (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 30, 2024
1 parent 37b9934 commit 7f652b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4474,7 +4474,7 @@
"container-type"
],
"groups": [
"CSS Containment"
"CSS Conditional Rules"
],
"initial": [
"container-name",
Expand All @@ -4496,7 +4496,7 @@
"animationType": "notAnimatable",
"percentages": "no",
"groups": [
"CSS Containment"
"CSS Conditional Rules"
],
"initial": "none",
"appliesto": "allElements",
Expand All @@ -4512,7 +4512,7 @@
"animationType": "color",
"percentages": "no",
"groups": [
"CSS Containment"
"CSS Conditional Rules"
],
"initial": "normal",
"appliesto": "allElements",
Expand Down

0 comments on commit 7f652b0

Please sign in to comment.