package css
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
CSS parser and printer
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-css-0.4.0.tar.bz2
md5=d402b78761349700da30c192ab9735a3
sha512=9f0ebbf61b37a4df23e3d88fec450ceb75c601b07ae5c52a133c803ba919266fa0cf257b72e43797741e1cd56d651b08a68d1be4ef1fd3fea32857989ff2ca9c
doc/css/Css/Vp/index.html
Module Css.VpSource
Value parsers.
Source
val ident_ :
of_fun:bool ->
T.ctx ->
'a ->
Buffer.t ->
bool ->
(string * ('a * T.pos)) Angstrom.tSource
val parse_ident :
of_fun:bool ->
T.ctx ->
'a ->
(Buffer.t -> 'b) ->
(string * ('a * T.pos)) Angstrom.tSource
val or_var :
(T.ctx -> 'a Angstrom.t) ->
T.ctx ->
[> `V of 'a | `Var of string * string option ] Angstrom.tSource
val url_src :
T.ctx ->
[> `Data of T.url_data
| `Src of [> `Iri of Iri.t | `Var of string * string option ] ]
Angstrom.tSource
val url :
T.ctx ->
[> `Data of T.url_data
| `Iri of Iri.t
| `Src of [> `Iri of Iri.t | `Var of string * string option ] ]
Angstrom.tSource
val gradient :
T.ctx ->
[> `Gradient of
[> `Linear | `Radial | `Repeating_linear | `Repeating_radial ] * string ]
Angstrom.tSource
val dimension_ :
T.ctx ->
parser_name:string ->
?default_unit:'a ->
'a Angstrom.t ->
(float * 'a) Angstrom.tSource
val percentage_ :
T.ctx ->
string ->
([> `Percent of float ] as 'a) Angstrom.t ->
'a Angstrom.tSource
val angle_percentage :
T.ctx ->
[> `Angle of float * T.angle_unit | `Percent of float ] Angstrom.tSource
val axis_position_ :
(T.ctx -> ([> `Center ] as 'a) Angstrom.t) ->
T.ctx ->
'a T.axis_pos Angstrom.tSource
val font_family_ :
T.ctx ->
[> `Family of string | `Generic of T.font_family_generic_kw ] Angstrom.tSource
val font_family_with_unquoted_spaced_idents_ :
T.ctx ->
[> `Family of string | `Generic of T.font_family_generic_kw ] Angstrom.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>