Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Charset::atRuleNamepublicWC 1.0

Method of the class: Charset{}

No Hooks.

Returns

String.

Usage

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

Charset::atRuleName() code WC 10.8.1

public function atRuleName()
{
    return 'charset';
}