pub(crate) fn load_css_paths( content: &str, ) -> Result<FxIndexMap<String, CssPath>, String>
The entry point to parse the CSS rules. Every time we encounter a {, we then parse the rules inside it.
{