pub fn parse_stylesheet(
    input: &str,
    span: Span,
    config: ParserConfig,
    errors: &mut Vec<Error>
) -> PResult<Stylesheet>
Expand description

Parses the input as Stylesheet