package mosaic

  1. Overview
  2. Docs

Module Mosaic_mlx.Text_alignSource

CSS text-align property for block layout.

type t = Toffee.Style.Text_align.t =
  1. | Auto
    (*

    No special text alignment behavior.

    *)
  2. | Legacy_left
    (*

    Left alignment.

    *)
  3. | Legacy_right
    (*

    Right alignment.

    *)
  4. | Legacy_center
    (*

    Center alignment.

    *)