Module Css_Value.Global

include sig ... end
type t = [
| `inherit_
| `initial
| `unset
]
include sig ... end
val tToJs : t -> string
val tFromJs : string -> t option
val show : t -> string