Module Richness.Value

type t = [
| Css_Value.Global.t
| `richness of float
]
val show : t -> string