Resolves a CSSUnit value to a String
value
String resolveCSSUnitValue(num value, CSSUnit unit) { return '$value${getCSSUnitName(unit)}'; }