Module Css_Value.UriOrNone

type t = [
| Global.t
| Uri.t
| `none
]
val show : t -> string