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.4.0.tar.bz2
md5=d402b78761349700da30c192ab9735a3
sha512=9f0ebbf61b37a4df23e3d88fec450ceb75c601b07ae5c52a133c803ba919266fa0cf257b72e43797741e1cd56d651b08a68d1be4ef1fd3fea32857989ff2ca9c
doc/README.html
OCaml-css -- CSS parser, printer and more
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.
Parser can be extended by defining additional properties.
Documentation
Documentation is available here.
Development
Development is hosted on Framagit.
There are already some predefined properties. Contributions are welcome to add more. Shorthand properties are defined too.
CSS is released under GPL3 license.
Installation
The css package is installable with opam:
$ opam install cssCurrent state of OCaml-css can be installed with:
$ opam pin add css git@framagit.org:zoggy/ocaml-css.gitReleases
See Changes file for release details.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page