typescriptcssv0.1
Docs

align-content

Utilities for controlling how rows are positioned in multi-row flex and grid containers.

UtilityStyles
content.normalalign-content: normal;
content.centeralign-content: center;
content.startalign-content: flex-start;
content.endalign-content: flex-end;
content.betweenalign-content: space-between;
content.aroundalign-content: space-around;
content.evenlyalign-content: space-evenly;
content.baselinealign-content: baseline;
content.stretchalign-content: stretch;