Skip to content

Commit

Permalink
Add a Grid group (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed May 24, 2024
1 parent f3d3dfa commit 86af2ac
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 4 deletions.
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

0 comments on commit 86af2ac

Please # to comment.