-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathgrid.yml
63 lines (63 loc) · 2.42 KB
/
grid.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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: grid
caniuse: css-grid
status:
compute_from: css.properties.grid
compat_features:
- css.properties.align-content.grid_context
- css.properties.align-items.grid_context
- css.properties.align-items.grid_context.start_end
- css.properties.align-self.grid_context
- css.properties.column-gap.grid_context
- css.properties.display.grid
- css.properties.display.inline-grid
- css.properties.gap
- css.properties.gap.grid_context
- css.properties.gap.grid_context.calc_values
- css.properties.gap.grid_context.percentage_values
- css.properties.grid
- css.properties.grid-area
- css.properties.grid-auto-columns
- css.properties.grid-auto-flow
- css.properties.grid-auto-flow.column
- css.properties.grid-auto-flow.dense
- css.properties.grid-auto-flow.row
- css.properties.grid-auto-rows
- css.properties.grid-column
- css.properties.grid-column-end
- css.properties.grid-column-start
- css.properties.grid-row
- css.properties.grid-row-end
- css.properties.grid-row-start
- css.properties.grid-template
- css.properties.grid-template-areas
- css.properties.grid-template-areas.none
- css.properties.grid-template-columns
- css.properties.grid-template-columns.auto
- css.properties.grid-template-columns.fit-content
- css.properties.grid-template-columns.max-content
- css.properties.grid-template-columns.min-content
- css.properties.grid-template-columns.minmax
- css.properties.grid-template-columns.none
- css.properties.grid-template-columns.repeat
- css.properties.grid-template-rows
- css.properties.grid-template-rows.auto
- css.properties.grid-template-rows.fit-content
- css.properties.grid-template-rows.max-content
- css.properties.grid-template-rows.min-content
- css.properties.grid-template-rows.minmax
- css.properties.grid-template-rows.none
- css.properties.grid-template-rows.repeat
- css.properties.grid-template.none
- css.properties.justify-content.grid_context
- css.properties.justify-items.grid_context
- css.properties.justify-self
- css.properties.justify-self.grid_context
- css.properties.place-content.grid_context
- css.properties.place-items.grid_context
- css.properties.place-self.grid_context
- css.properties.row-gap
- css.properties.row-gap.grid_context
- css.types.flex