package mosaic

  1. Overview
  2. Docs

Module Mosaic_mlx.Box_sizingSource

CSS box-sizing property.

type t = Toffee.Style.Box_sizing.t =
  1. | Border_box
    (*

    Size styles specify the box's border box.

    *)
  2. | Content_box
    (*

    Size styles specify the box's content box.

    *)