Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Css.Vp
SourceValue parsers.
val gradient :
T.ctx ->
[> `Gradient of
[> `Linear | `Radial | `Repeating_linear | `Repeating_radial ] * string ]
Angstrom.t
val dimension_ :
T.ctx ->
parser_name:string ->
?default_unit:'a ->
'a Angstrom.t ->
(float * 'a) Angstrom.t
val percentage_ :
T.ctx ->
string ->
([> `Percent of float ] as 'a) Angstrom.t ->
'a Angstrom.t
val angle_percentage :
T.ctx ->
[> `Angle of float * T.angle_unit | `Percent of float ] Angstrom.t
val axis_position_ :
(T.ctx -> ([> `Center ] as 'a) Angstrom.t) ->
T.ctx ->
'a T.axis_pos Angstrom.t
val font_family_ :
T.ctx ->
[> `Family of string | `Generic of T.font_family_generic_kw ] Angstrom.t