Package ch.tocco.nice2.toolbox.api.css
Interface LessCompiler
- All Known Implementing Classes:
- LessCompilerImpl
public interface LessCompiler
- 
Method Summary
- 
Method Details- 
compileCompile a LESS string to CSS.- Parameters:
- less- the LESS string.
- Returns:
- the compiled CSS.
 
- 
compileCompile a LESS string to CSS.- Parameters:
- less- the LESS string.
- importsRootDir- the root directory to read imported files from.
- Returns:
- the compiled CSS.
 
 
-