Module BackgroundSize.Value

type t = [
| Css_Value.Global.t
| Css_Value.LengthPercent.t
| `contain
| `cover
| `size of Css_Value.LengthPercent.t * Css_Value.LengthPercent.t
]
val show : t -> string