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