gridTemplateRows

The grid-template-rows CSS property defines the line names and track sizing functions of the grid rows.

Syntax: none | <track-list> | <auto-track-list> | subgrid <line-name-list>?

Initial value: none

| Chrome | Firefox |  Safari  |  Edge  |            IE            |
| :----: | :-----: | :------: | :----: | :----------------------: |
|   57   |   52    |   10.1   |   16   |   10   _(-ms-grid-rows)_ |

See also