package ppx_css

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.