Skip to main content
Version: 0.6

Align Self

Utilities for controlling how an individual flex item is positioned along its container's cross axis.

NamespaceOutput
self-start{ alignSelf: "flex-start" }
self-center{ alignSelf: "center" }
self-end{ alignSelf: "flex-end" }
self-auto{ alignSelf: "auto" }
self-stretch{ alignSelf: "stretch" }
self-baseline{ alignSelf: "baseline" }