public static class LessCompiler.CompilationResult extends Object
| Constructor and Description |
|---|
LessCompiler.CompilationResult(String css) |
LessCompiler.CompilationResult(String css,
List<LessCompiler.Problem> warnings) |
public LessCompiler.CompilationResult(String css)
public LessCompiler.CompilationResult(String css, List<LessCompiler.Problem> warnings)
public String getCss()
public List<LessCompiler.Problem> getWarnings()
Copyright © 2012-2013. All Rights Reserved.