grid-auto-flow
grid-auto-flow 속성에 대한 유틸리티입니다.
grid
에서 자동 배치되는 아이템의 흐름을 설정합니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
grid-auto-flow:row | grid-auto-flow: row !important; | |
grid-auto-flow:column | grid-auto-flow: column !important; | |
grid-auto-flow:row-dense | grid-auto-flow: row dense !important; | |
grid-auto-flow:column-dense | grid-auto-flow: column dense !important; |