package ppx_css

  1. Overview
  2. Docs
A ppx that takes in css strings and produces a module for accessing the unique names defined within

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=e60e31aadd820b131f7f05827f369164564400bd4fd51c199d066abf7e68753f

doc/ppx_css.css_jane/Css_jane/Component_value/index.html

Module Css_jane.Component_valueSource

Sourcetype t =
  1. | Paren_block of t with_loc list
  2. | Bracket_block of t with_loc list
  3. | Percentage of string
  4. | Ident of string
  5. | String of string
  6. | Uri of string
  7. | Operator of string
  8. | Delim of string
  9. | Ampersand
  10. | Function of string with_loc * t with_loc list with_loc
  11. | Hash of string
  12. | Number of string
  13. | Unicode_range of string
  14. | Float_dimension of string * string * Dimension.t
  15. | Dimension of string * string
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.