package ppx_css

  1. Overview
  2. Docs
type t = Rule.t list with_loc
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string_hum : t -> string
val to_string_minified : t -> string
val of_string : ?pos:Core.Source_code_position.t -> string -> t