atRule.expression(queryList.get());
}
// nothing should be left in the expression content
if (!source.skipWhitepace().eof()) {
throw new ParserException(source, String.format(UNABLE_PARSE, source.remaining()));
}
}
} catch (QuickFixException e) {
throw new ParserException(e);
}