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 10.5.0
public function spaceBeforeOpeningBrace()
{
return $this->space('BeforeOpeningBrace');
}