Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormatter::spaceBeforeBlockspublicWC 1.0

Method of the class: OutputFormatter{}

No Hooks.

Returns

string.

Usage

$OutputFormatter = new OutputFormatter();
$OutputFormatter->spaceBeforeBlocks();

OutputFormatter::spaceBeforeBlocks() code WC 11.0.1

public function spaceBeforeBlocks()
{
    return $this->space('BeforeBlocks');
}