valueToCSS: Process Object to css
Description
Converts a R List or vector object into a valid css string. Used primarily
to convert normalized attribute values into css values during processing.
Usage
valueToCSS(value, property)
Arguments
value
List or vector with the values to be converted into css
property
The target css property for which the value will be used.
Value
string containing a valid css value.