getAttribute( 'style' ) ); $styles['--wp--style--block-gap'] = format_custom_property( $block_gap ); $div->setAttribute( 'style', css_array_to_string( $styles ) ); $html = $dom->saveHTML(); } return $html; }