Class VerifyRecognizedProperties

java.lang.Object
com.google.common.css.compiler.ast.DefaultTreeVisitor
com.google.common.css.compiler.passes.VerifyRecognizedProperties
All Implemented Interfaces:
AtRuleHandler, CssCompilerPass, CssTreeVisitor

public class VerifyRecognizedProperties extends DefaultTreeVisitor implements CssCompilerPass
CSS Compiler pass that checks that all properties in the stylesheet are either on the built-in recognized property list, or were whitelisted explicitly.