package ppx_css

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

Innovation. Community. Security.