Function rustdoc::theme::load_css_paths

source ยท
pub(crate) fn load_css_paths(
    content: &str,
) -> Result<FxHashMap<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.