package ppx_css

  1. Overview
  2. Docs
type t =
  1. | Empty
  2. | Declaration_list of Declaration_list.t
  3. | Stylesheet of Stylesheet.t
val sexp_of_t : t -> Sexplib0.Sexp.t