Module Incr_dom_widgets.Css.Length

type t = [
| `Px of int
| `Em of int
| `Vh of Core_kernel.Percent.t
| `Vw of Core_kernel.Percent.t
| `Percent of Core_kernel.Percent.t
| css_global_values
]
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val __t_of_sexp__ : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int
val to_string_css : t ‑> string