This function concatenates the received string arguments.
Example: oxy_concat Function
@padding-left
attribute: <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");
}