rustdoc::theme

Function load_css_paths

source
pub(crate) fn load_css_paths(
    content: &str,
) -> Result<FxIndexMap<String, CssPath>, String>
Expand description

The entry point to parse the CSS rules. Every time we encounter a {, we then parse the rules inside it.