package ppx_css

  1. Overview
  2. Docs
type t = {
  1. name : string with_loc;
  2. value : Component_value.t with_loc list with_loc;
  3. important : bool with_loc;
  4. loc : Location.t;
}