Module Bonsai_experimental_snips.Length

type t = [
  1. | `Auto
  2. | `Fr of float
  3. | `Max_content
  4. | `Min_content
  5. | `Fit_content of Css_gen.Length.t
  6. | `Min_max of t * t
  7. | Css_gen.Length.t
]
val to_string_css : t -> string