Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Charset::atRuleArgspublicWC 1.0

Method of the class: Charset{}

No Hooks.

Returns

String.

Usage

$Charset = new Charset();
$Charset->atRuleArgs();

Charset::atRuleArgs() code WC 10.7.0

public function atRuleArgs()
{
    return $this->oCharset;
}