454455456457458459460
void parseNoflip(String atRule) throws CSSException { String blockContents = atRule.substring(atRule.indexOf('{') + 1, atRule.length() - 1); parseInnerStylesheet("@noflip", new CssNoFlip(), blockContents); }