Module Css_parser.Declaration

type t = {
  1. name : string with_loc with_comments;
  2. value : Component_value.t with_loc list with_loc;
  3. important : bool with_comments;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool