Structsยง
- Source
Location - The line and column number for a given position within the input.
- Source
Position - A position from the start of the input, counted in UTF-8 bytes.
- Tokenizer
Enumsยง
- Seen
Status ๐ - Token
- One of the pieces the CSS input is broken into.
Functionsยง
- byte_
to_ ๐decimal_ digit - byte_
to_ ๐hex_ digit - check_
for_ ๐source_ map - consume_
comment ๐ - consume_
escape ๐ - consume_
escape_ ๐and_ write - consume_
hex_ ๐digits - consume_
ident_ ๐like - consume_
name ๐ - consume_
numeric ๐ - consume_
quoted_ ๐string - Return
Err(())
on syntax error (ie. unescaped newline) - consume_
string ๐ - consume_
unquoted_ ๐url - consume_
whitespace ๐ - from_
utf8_ ๐ โrelease_ unchecked - is_
ident_ ๐start - next_
token ๐