FOFLess::compileValue
Compiles a primitive value into a CSS property value.
Values in lessphp are typed by being wrapped in arrays, their format is typically: array(type, contents [, additional_contents]*) The input is expected to be reduced. This function will not work on things like expressions and variables.
Signature
protected function compileValue(array
$value )
Parameters
-
$value
- Value
Returns
- void