|
| 1 | +spec: https://drafts.csswg.org/css-grid-3/ |
| 2 | +caniuse: css-grid |
| 3 | +compat_features: |
| 4 | + - css.properties.align-content |
| 5 | + - css.properties.align-items |
| 6 | + - css.properties.align-self |
| 7 | + - css.properties.column-gap |
| 8 | + - css.properties.display.grid |
| 9 | + - css.properties.display.inline-grid |
| 10 | + - css.properties.gap |
| 11 | + - css.properties.grid |
| 12 | + - css.properties.grid-area |
| 13 | + - css.properties.grid-auto-columns |
| 14 | + - css.properties.grid-auto-flow |
| 15 | + - css.properties.grid-auto-rows |
| 16 | + - css.properties.grid-column |
| 17 | + - css.properties.grid-column-end |
| 18 | + - css.properties.grid-column-start |
| 19 | + - css.properties.grid-row |
| 20 | + - css.properties.grid-row-end |
| 21 | + - css.properties.grid-row-start |
| 22 | + - css.properties.grid-template |
| 23 | + - css.properties.grid-template-areas |
| 24 | + - css.properties.grid-template-columns |
| 25 | + - css.properties.grid-template-columns.repeat |
| 26 | + - css.properties.grid-template-rows |
| 27 | + - css.properties.grid-template-rows.repeat |
| 28 | + - css.properties.justify-content |
| 29 | + - css.properties.justify-items |
| 30 | + - css.properties.justify-self |
| 31 | + - css.properties.place-content |
| 32 | + - css.properties.place-items |
| 33 | + - css.properties.place-self |
| 34 | + - css.properties.row-gap |
| 35 | + - css.types.flex |
| 36 | + - css.types.minmax |
0 commit comments