Type Alias BoxOrient

BoxOrient:
    | Globals
    | "block-axis"
    | "horizontal"
    | "inherit"
    | "inline-axis"
    | "vertical"