package ppx_css

  1. Overview
  2. Docs
type kind =
  1. | Declaration of Declaration.t
  2. | At_rule of At_rule.t
val sexp_of_kind : kind -> Sexplib0.Sexp.t
type t = kind list with_loc
val sexp_of_t : t -> Sexplib0.Sexp.t