Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property
Charset::atRuleName
Method of the class: Charset{}
No Hooks.
Returns
String.
Usage
$Charset = new Charset(); $Charset->atRuleName();
Charset::atRuleName() Charset::atRuleName code WC 10.8.1
public function atRuleName()
{
return 'charset';
}