Skip to content

Commit

Permalink
added a new applies to enum and used it for the align-content property
Browse files Browse the repository at this point in the history
  • Loading branch information
dletorey committed Apr 2, 2024
1 parent 54a3059 commit 3210f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@
"CSS Box Alignment"
],
"initial": "normal",
"appliesto": "blockContainersFlexContainersGridContainers",
"appliesto": "blockContainersMultiColumnContainersFlexContainersGridContainers",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard",
Expand Down
1 change: 1 addition & 0 deletions css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
"blockContainersExceptMultiColumnContainers",
"blockContainersExceptTableWrappers",
"blockContainersFlexContainersGridContainers",
"blockContainersMultiColumnContainersFlexContainersGridContainers",
"blockElementsInNormalFlow",
"blockLevelElements",
"blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",
Expand Down

0 comments on commit 3210f23

Please sign in to comment.