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