Skip to content

Commit 86af2ac

Browse files
authored
Add a Grid group (#1136)
1 parent f3d3dfa commit 86af2ac

File tree

7 files changed

+12
-4
lines changed

7 files changed

+12
-4
lines changed

features/grid-animation.dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Grid animation
55
description: Grid animation allows you to animate the `grid-template-columns` and `grid-template-rows` CSS properties.
66
spec: https://drafts.csswg.org/css-grid-2/#track-sizing
7+
group: grid
78
status:
89
baseline: low
910
baseline_low_date: 2022-10-27

features/grid-animation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: Grid animation
22
description: Grid animation allows you to animate the `grid-template-columns` and `grid-template-rows` CSS properties.
33
spec: https://drafts.csswg.org/css-grid-2/#track-sizing
4+
group: grid

features/grid.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Grid
55
description: CSS Grid is a two-dimensional layout system, which lays content out in rows and columns.
66
spec: https://drafts.csswg.org/css-grid-3/
7-
group: layout
7+
group: grid
88
caniuse: css-grid
99
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1693
1010
status:

features/grid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Grid
22
description: CSS Grid is a two-dimensional layout system, which lays content out in rows and columns.
33
spec: https://drafts.csswg.org/css-grid-3/
4-
group: layout
4+
group: grid
55
caniuse: css-grid
66
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1693

features/subgrid.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Subgrid
55
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."
66
spec: https://drafts.csswg.org/css-grid-2/#subgrids
7-
group: layout
7+
group: grid
88
caniuse: css-subgrid
99
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4680
1010
status:

features/subgrid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Subgrid
22
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."
33
spec: https://drafts.csswg.org/css-grid-2/#subgrids
4-
group: layout
4+
group: grid
55
caniuse: css-subgrid
66
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4680

groups/grid.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://drafts.csswg.org/css-grid/ (any level) but excluding Masonry, as it's
2+
# currently being debated if it should be part of Grid or not:
3+
# https://webkit.org/blog/15269/help-us-invent-masonry-layouts-for-css-grid-level-3/
4+
# https://developer.chrome.com/blog/masonry
5+
name: Grid
6+
parent: layout

0 commit comments

Comments
 (0)