Package | Description |
---|---|
com.knowgate.xhtml |
HTML and CSS manipulation utilities
|
org.lesscss |
Use Rhino to compileLESS CSS files into standard CSS
|
Modifier and Type | Method and Description |
---|---|
String |
LESSCache.render(File lcssFile)
Convert a LESS CSS file into plain CSS
|
Modifier and Type | Method and Description |
---|---|
String |
LessCompiler.compile(File input)
Compiles the LESS input
File to CSS. |
void |
LessCompiler.compile(File input,
File output)
Compiles the LESS input
File to CSS and writes it to the specified output File . |
void |
LessCompiler.compile(File input,
File output,
boolean force)
Compiles the LESS input
File to CSS and writes it to the specified output File . |
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 . |
String |
LessCompiler.compile(String input)
Compiles the LESS input
String to CSS. |
Copyright © 2019. All rights reserved.