Class | Description |
---|---|
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 |
Compiles and optimizes LESS/CSS files.
|
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.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.