KC's Workspace
    Preparing search index...
    JustifySelf:
        | { type: "auto" }
        | { type: "normal" }
        | { type: "stretch" }
        | { type: "baseline-position"; value: BaselinePosition }
        | {
            overflow?: OverflowPosition | null;
            type: "self-position";
            value: SelfPosition;
        }
        | { overflow?: OverflowPosition
        | null; type: "left" }
        | { overflow?: OverflowPosition | null; type: "right" }

    A value for the justify-self property.

    Type Declaration