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 10.4.3

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