package ppx_css

  1. Overview
  2. Docs

Module Traverse_css.Get_all_identifiersSource

Sourcetype result = {
  1. variables : string list;
  2. identifiers : (string * [ `Both | `Only_class | `Only_id ]) list;
}
Sourceval sexp_of_result : result -> Sexplib0.Sexp.t