777879808182838485868788
} return false; } private String handleCustomMethod(String methodName) throws Exception { CssParsingResult result = cssReader.readCss(); String constant = result.getConstantValue(methodName); if (constant != null) { return constant; } else { return methodName; }