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