= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = [
|
`Ch of float
|
`Rem of float
|
`Em of int
|
`Percent of Core_kernel.Percent.t
|
`Pt of float
|
`Px of int
|
`Vh of Core_kernel.Percent.t
|
`Vw of Core_kernel.Percent.t
|
css_global_values
]
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val __t_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> t
val percent100 : t
Convenience around `Percent (Percent.of_percentage 100.)
val to_string_css : t -> string