parseInnerStylesheet("@noflip", new CssNoFlip(), blockContents);
}
void parseSprite(String atRule) throws CSSException {
CssSprite sprite = new CssSprite();
currentRule = sprite;
addNode(sprite);
// Flag to tell startSelector() to use the CssSprite instead of creating
// its own CssRule.