Compile a LESS file
Usage
// basic usage
$string = $proCacheFileMerger->compileLESS(string $file);
// usage with all arguments
$string = $proCacheFileMerger->compileLESS(string $file, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
file | string | |
options (optional) | array |
|
Return value
string
ProCacheFileMerger methods and properties
API reference based on ProcessWire core version 3.0.244