pub(crate) fn parse_selectors( content: &str, iter: &mut Peekable<Chars<'_>>, paths: &mut FxHashMap<String, CssPath>) -> Result<(), String>