package css-parser

  1. Overview
  2. Docs
type t =
  1. | Empty
  2. | Declaration_list of Declaration_list.t
  3. | Stylesheet of Stylesheet.t