Skip to main content

report_one_css_error

Function report_one_css_error 

Source
fn report_one_css_error(
    context: &ParserContext<'_>,
    block: Option<&PropertyDeclarationBlock>,
    selectors: &[SelectorList<SelectorImpl>],
    error: ParseError,
    slice: &str,
    location: SourceLocation,
    property: Option<PropertyId>,
)