Module Css_parser.Parsing_config

type t = {
  1. handle_recoverable_error : Recoverable_error.Handler.t;
  2. partial_parsing_behavior : Partial_parsing_behavior.t;
}
val raise_on_recoverable_errors : t
val ignore_recoverable_errors : t