grid-template-rows
grid-template-rows 속성에 대한 유틸리티입니다.
grid rows의 track의 개수를 설정합니다.
| 클래스 | 약어 클래스 | 속성 |
|---|---|---|
grid-template-rows:0 | grid-template-row:0grid-templ-row:0 | grid-template-rows: none !important; |
grid-template-rows:1 | grid-template-row:1grid-templ-row:1 | grid-template-rows: repeat(1, minmax(0, 1fr)) !important; |
grid-template-rows:2 | grid-template-row:2grid-templ-row:2 | grid-template-rows: repeat(2, minmax(0, 1fr)) !important; |
grid-template-rows:3 | grid-template-row:3grid-templ-row:3 | grid-template-rows: repeat(3, minmax(0, 1fr)) !important; |
grid-template-rows:4 | grid-template-row:4grid-templ-row:4 | grid-template-rows: repeat(4, minmax(0, 1fr)) !important; |
grid-template-rows:5 | grid-template-row:5grid-templ-row:5 | grid-template-rows: repeat(5, minmax(0, 1fr)) !important; |