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.