|
|
PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Compiles LESS CSS to CSS.
Syntax
| Smartsite SXML |
|
|---|---|
string html.css.compileless(string source) string html.css.compileless(string source, boolean isEncoded) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| source | String | The LESS css source (http://lesscss.org) |
| isEncoded | Boolean | Set to false if the data is not encoded (data is mostly encoded when stored in a database field). Default: true |
Return Value
| Data Type | Description |
|---|---|
| String | Compiled CSS. |