Css_parser.Component_valuetype t = | Paren_block of t with_loc list| Bracket_block of t with_loc list| Brace_block of t with_loc list| Percentage of num_with_exponent| At_keyword of string| Ident of string with_loc| String of Css_parser_common.String_token.t| Url of string| Delim of string| Ampersand| Comment of comment| Ocaml_code of (string * Interpolation_sigil.t) with_loc| Function of string with_loc * t with_loc list| Hash of string * Css_parser_common.Hash_flag.t| Number of num_with_exponent| Dimension of dimension_with_exponent| Whitespace of string| Semicolon| Colon| Comma| Cdo| Cdc| Bad_string of string| Bad_url of string| Right_brace| Right_paren| Right_bracketval sexp_of_t : t -> Sexplib0.Sexp.tinclude Ppx_compare_lib.Equal.S with type t := t