Module Css_parser.Style_rule

type t = {
  1. selectors : Selector_list.t;
  2. block : Style_block.t;
  3. loc : Css_parser_common.Location.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool