package ppx_css

  1. Overview
  2. Docs
type t =
  1. | Paren_block of t with_loc list
  2. | Bracket_block of t with_loc list
  3. | Percentage of string
  4. | Ident of string
  5. | String of string
  6. | Uri of string
  7. | Operator of string
  8. | Delim of string
  9. | Function of string with_loc * t with_loc list with_loc
  10. | Hash of string
  11. | Number of string
  12. | Unicode_range of string
  13. | Float_dimension of string * string * Dimension.t
  14. | Dimension of string * string
val sexp_of_t : t -> Sexplib0.Sexp.t