Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormatter::spaceBeforeBlocks
Method of the class: OutputFormatter{}
No Hooks.
Returns
String.
Usage
$OutputFormatter = new OutputFormatter(); $OutputFormatter->spaceBeforeBlocks();
OutputFormatter::spaceBeforeBlocks() OutputFormatter::spaceBeforeBlocks code WC 10.4.3
public function spaceBeforeBlocks()
{
return $this->space('BeforeBlocks');
}