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.syntax/Ppx_css_syntax/Serializable_options/index.html

Module Ppx_css_syntax.Serializable_optionsSource

Sourcetype options := t
Sourcetype t = {
  1. rewrite : string Core.String.Map.t;
  2. dont_hash : string list;
  3. dont_hash_prefixes : string list;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval to_stylesheet_options : t -> css_string:String_constant.t -> options
OCaml

Innovation. Community. Security.