Css_gen.Lengthtype t = [ | `Raw of string| `Ch of float| `Rem of float| `Em of int| `Em_float of float| `Percent of Core.Percent.t| `Pt of float| `Px of int| `Px_float of float| `Vh of Core.Percent.t| `Vw of Core.Percent.t| css_global_values ]val sexp_of_t : t -> Sexplib0.Sexp.tval t_of_sexp : Sexplib0.Sexp.t -> tval __t_of_sexp__ : Sexplib0.Sexp.t -> tval percent100 : tConvenience around `Percent (Percent.of_percentage 100.)
val to_string_css : t -> string