Ppx_css_syntax.Preprocess_argumentsSourceThis module contains the parameters sent in via the jbuild/dune file's preprocess field.
The way of interfacing/reading/setting is side-effecty. The arguments are read at the top-level when the module is loaded, and then read with get
type t = {dont_hash_prefixes : Core.String.Set.t;dont_hash : Core.String.Set.t;rewrite : string Core.String.Map.t;}