Skip to content

grid-auto-rows

grid-auto-rows 속성에 대한 유틸리티입니다.

암시적으로 생성된 grid row track의 크기를 설정합니다.

클래스약어 클래스속성
grid-auto-rows:autogrid-auto-row:autogrid-auto-rows: auto !important;
grid-auto-rows:min-contentgrid-auto-row:min-contentgrid-auto-rows: min-content !important;
grid-auto-rows:max-contentgrid-auto-row:max-contentgrid-auto-rows: max-content !important;
grid-auto-rows:minmaxgrid-auto-row:minmaxgrid-auto-rows: minmax(0, 1fr) !important;