Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/flexbox-gap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Flexbox gap
description: The `gap` CSS property in a flexbox layout sets the size of the space between items.
spec: https://drafts.csswg.org/css-align-3/#gaps
group: layout
group: flexbox
caniuse: flexbox-gap
2 changes: 1 addition & 1 deletion features/flexbox.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Flexbox
description: Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.
spec: https://drafts.csswg.org/css-flexbox-1/
group: layout
group: flexbox
caniuse: flexbox
# Status is manually set to match https://caniuse.com/flexbox.
# TODO: https://github.com/web-platform-dx/web-features/pull/1227
Expand Down
3 changes: 3 additions & 0 deletions groups/flexbox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://drafts.csswg.org/css-flexbox-1/
name: Flexbox
parent: layout