typescriptcssv0.1
Docs

justify-content

Utilities for controlling how flex and grid items are positioned along a container's main axis.

UtilityStyles
justify.startjustify-content: flex-start;
justify.endjustify-content: flex-end;
justify.end.safejustify-content: safe flex-end;
justify.centerjustify-content: center;
justify.center.safejustify-content: safe center;
justify.betweenjustify-content: space-between;
justify.aroundjustify-content: space-around;
justify.evenlyjustify-content: space-evenly;
justify.stretchjustify-content: stretch;
justify.baselinejustify-content: baseline;
justify.normaljustify-content: normal;