Package ch.tocco.nice2.toolbox.impl.css
Class LessCompilerImpl
java.lang.Object
ch.tocco.nice2.toolbox.impl.css.LessCompilerImpl
- All Implemented Interfaces:
LessCompiler
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LessCompilerImpl
public LessCompilerImpl()
-
-
Method Details
-
compile
Description copied from interface:LessCompiler
Compile a LESS string to CSS.- Specified by:
compile
in interfaceLessCompiler
- Parameters:
less
- the LESS string.- Returns:
- the compiled CSS.
-
compile
Description copied from interface:LessCompiler
Compile a LESS string to CSS.- Specified by:
compile
in interfaceLessCompiler
- Parameters:
less
- the LESS string.importsRootDir
- the root directory to read imported files from.- Returns:
- the compiled CSS.
-