Package | Description |
---|---|
org.lesscss |
Use Rhino to compileLESS CSS files into standard CSS
|
Modifier and Type | Method and Description |
---|---|
Map<String,LessSource> |
LessSource.getImports()
Returns the LESS sources imported by this LESS source.
|
Modifier and Type | Method and Description |
---|---|
String |
LessCompiler.compile(LessSource input)
Compiles the input
LessSource to CSS. |
void |
LessCompiler.compile(LessSource input,
File output)
Compiles the input
LessSource to CSS and writes it to the specified output File . |
void |
LessCompiler.compile(LessSource input,
File output,
boolean force)
Compiles the input
LessSource to CSS and writes it to the specified output File . |
Copyright © 2019. All rights reserved.