package ppx_css

  1. Overview
  2. Docs
type t = {
  1. name : string with_loc;
  2. prelude : Component_value.t with_loc list with_loc;
  3. block : Brace_block.t;
  4. loc : Location.t;
}