The oxy_concat() function concatenates the received string arguments.
<p padding-left="20">...and you want to add a padding before it with that specific amount specified in the attribute value:
*[padding-left]{
padding-left:oxy_concat(attr(padding-left), "px");
}