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