Skip to main content

css_identifier_escape_sequence_end

Function css_identifier_escape_sequence_end 

Source
pub fn css_identifier_escape_sequence_end(
    text: &str,
    slash_index: usize,
) -> Option<usize>
Expand description

Returns the byte immediately after a valid CSS identifier escape.

A newline or end-of-input after the reverse solidus is not a valid escape.