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