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