package ppx_css

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Css_jane.Declaration_listSource

Sourcetype kind =
  1. | Declaration of Declaration.t
  2. | At_rule of At_rule.t
  3. | Style_rule of Style_rule.t
Sourceval sexp_of_kind : kind -> Sexplib0.Sexp.t
Sourcetype t = kind list with_loc
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t