Module Size.Value

type t = [
| Css_Value.Global.t
| `length of Css_Value.LengthPercent.t * Css_Value.LengthPercent.t
| `auto
]
val show : t -> string