Skip to content

Commit

Permalink
Add align-content in block layout (#2189)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
jamesnw and ddbeck authored Nov 11, 2024
1 parent 8f93189 commit ad07aaf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/align-content-block.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: align-content in block layouts
description: The `align-content` property vertically aligns content in block layouts, like it does in flex or grid layouts.
spec: https://drafts.csswg.org/css-align-3/#align-justify-content
group: layout
compat_features:
- css.properties.align-content.block_context
16 changes: 16 additions & 0 deletions features/align-content-block.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated from: align-content-block.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline_low_date: 2024-04-16
support:
chrome: "123"
chrome_android: "123"
edge: "123"
firefox: "125"
firefox_android: "125"
safari: "17.4"
safari_ios: "17.4"
compat_features:
- css.properties.align-content.block_context

0 comments on commit ad07aaf

Please sign in to comment.