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