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