Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add a Grid group #1136

Merged
merged 1 commit into from
May 24, 2024
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
1 change: 1 addition & 0 deletions features/grid-animation.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Grid animation
description: Grid animation allows you to animate the `grid-template-columns` and `grid-template-rows` CSS properties.
spec: https://drafts.csswg.org/css-grid-2/#track-sizing
group: grid
status:
baseline: low
baseline_low_date: 2022-10-27
Expand Down
1 change: 1 addition & 0 deletions features/grid-animation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Grid animation
description: Grid animation allows you to animate the `grid-template-columns` and `grid-template-rows` CSS properties.
spec: https://drafts.csswg.org/css-grid-2/#track-sizing
group: grid
2 changes: 1 addition & 1 deletion features/grid.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Grid
description: CSS Grid is a two-dimensional layout system, which lays content out in rows and columns.
spec: https://drafts.csswg.org/css-grid-3/
group: layout
group: grid
caniuse: css-grid
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1693
status:
Expand Down
2 changes: 1 addition & 1 deletion features/grid.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Grid
description: CSS Grid is a two-dimensional layout system, which lays content out in rows and columns.
spec: https://drafts.csswg.org/css-grid-3/
group: layout
group: grid
caniuse: css-grid
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1693
2 changes: 1 addition & 1 deletion features/subgrid.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Subgrid
description: "The `subgrid` value for the `grid-template-columns` and `grid-template-rows` properties allows a grid item to inherit the grid definition of its parent grid container."
spec: https://drafts.csswg.org/css-grid-2/#subgrids
group: layout
group: grid
caniuse: css-subgrid
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4680
status:
Expand Down
2 changes: 1 addition & 1 deletion features/subgrid.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Subgrid
description: "The `subgrid` value for the `grid-template-columns` and `grid-template-rows` properties allows a grid item to inherit the grid definition of its parent grid container."
spec: https://drafts.csswg.org/css-grid-2/#subgrids
group: layout
group: grid
caniuse: css-subgrid
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4680
6 changes: 6 additions & 0 deletions groups/grid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# https://drafts.csswg.org/css-grid/ (any level) but excluding Masonry, as it's
# currently being debated if it should be part of Grid or not:
# https://webkit.org/blog/15269/help-us-invent-masonry-layouts-for-css-grid-level-3/
# https://developer.chrome.com/blog/masonry
name: Grid
parent: layout
Loading