package css
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
CSS parser and printer
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-css-0.1.0.tar.bz2
md5=bc4bdcf47b37c7bd50bf9f31c391dcd2
sha512=8fa12c193638ba8c2d307f48e477cdac839ca25f865f7f350bc7675086c3c4a70bc1e5936d35d64aab9d8da2c9806005be70c59ac3d7f3c407a3861f6e0a7cf8
Description
OCaml-css is an OCaml library to parse and print CSS. It can also expand namespaces and perform computations on property values.
Parsing uses Angstrom to dynamically choose the parser when encountering a property declaration.
The parser can be extended by defining additional properties.
Added to opam-repository:
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page