Module Css_tokenizer.Token
type t
=
|
Ident
|
Function
|
Atkeyword
|
Hash
|
String
|
Uri
|
Delim
|
Number
|
Percentage
|
Dimension
|
White_space
|
Colon
|
Semi_colon
|
Comma
|
Lbracket
|
Rbracket
|
Lparen
|
Rparen
|
Lcurly
|
Rcurly
|
Comment
|
Eof
|
Error
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t