package css-parser

  1. Overview
  2. Docs
type kind =
  1. | Declaration of Declaration.t
  2. | At_rule of At_rule.t
type t = kind list with_loc