Structsยง
- The line and column number for a given position within the input.
- A position from the start of the input, counted in UTF-8 bytes.
Enumsยง
- SeenStatus ๐
- One of the pieces the CSS input is broken into.
Functionsยง
- byte_to_hex_digit ๐
- check_for_source_map ๐
- consume_comment ๐
- consume_escape ๐
- consume_hex_digits ๐
- consume_ident_like ๐
- consume_name ๐
- consume_numeric ๐
- Return
Err(())
on syntax error (ie. unescaped newline) - consume_string ๐
- consume_unquoted_url ๐
- consume_whitespace ๐
- from_utf8_release_unchecked ๐ โ
- is_ident_start ๐
- next_token ๐