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| 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 to_string_css : [< t ] -> stringval percent100 : tConvenience around `Percent (Percent.of_percentage 100.)
val raw : string -> tval ch : float -> tval rem : float -> tval em : int -> tval em_float : float -> tval percent : Core.Percent.t -> tval pt : float -> tval px : int -> tval px_float : float -> tval vh : Core.Percent.t -> tval vw : Core.Percent.t -> t