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