Module Color.Value

type t = [
| Css_Value.Global.t
| Css_Value.Color.t
]
val show : t -> string