The value to convert. If it is a number, it will be suffixed with the provided unit. If it is an array, the returned CSS property will be a comma delimited string of all the values.
Optional
unit: stringThe unit to append to number values.
A valid CSS property.
Converts any string, number, or array of either type to a valid CSS property.
Throws
Invalid value provided.