Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet

AtRuleSet::atRuleNamepublicWC 1.0

Method of the class: AtRuleSet{}

No Hooks.

Returns

String.

Usage

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

AtRuleSet::atRuleName() code WC 10.5.0

public function atRuleName()
{
    return $this->sType;
}