pub async fn parse_css_snippet(
context: CssParseContext<'_>,
) -> Result<(), String>Expand description
Parse a CSS snippet with a base offset into the full document.
pub async fn parse_css_snippet(
context: CssParseContext<'_>,
) -> Result<(), String>Parse a CSS snippet with a base offset into the full document.