You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSS files need to be parsed. Closure Stylesheets uses a parser generator called JavaCC (ParserGeneratorCC to be precise) via ph-javacc-maven-plugin. This means that the grammar for the parser is specified in the src/com/google/common/css/compiler/ast/GssParserCC.jj file, and from it, the parser is generated at target/generated-sources/com/google/common/css/compiler/ast/GssParserCC.java.