Ppx_css_syntax.Preprocess_argumentsThis 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;lazy_loading_optimization : lazy_loading_optimization;}val get : unit -> t