parse_css

Function parse_css 

Source
pub fn parse_css(
    input: &str,
) -> Result<Vec<CssFragment<'_>>, ParseError<&str, ContextError>>