Class Summary |
LessConverter |
Converts a less resource to a css file using the java LessCompiler wrapper. |
LessStyleGenerator |
This generator will create the LessStyleMapping that contains the mapping between the original selector name and
the obfuscated one. |
LessStylesheetContext |
|
LessStylesheetScanner |
Find all less stylesheets on the classpath. |
SelectorMinifyVisitor |
A CssModVisitor that will change the minifiy the class selectors, the code here is 'borrowed' from
com.google.gwt.resources.rg.CssResourceGenerator |
StylesheetOptimizer |
Parses the css stylesheet and performs optimizations on it remove identical selectors and merge identical rules. |