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