Module Css_Value.ColorOrTransparent

type t = [
| Color.t
| `transparent
]
val show : t -> string