typescriptcssv0.1
Docs

justify-self

Utilities for controlling how an individual grid item is aligned along its inline axis.

UtilityStyles
justify.self.autojustify-self: auto;
justify.self.startjustify-self: start;
justify.self.centerjustify-self: center;
justify.self.center.safejustify-self: safe center;
justify.self.endjustify-self: end;
justify.self.end.safejustify-self: safe end;
justify.self.stretchjustify-self: stretch;