Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

AtRuleBlockList::atRuleArgspublicWC 1.0

Method of the class: AtRuleBlockList{}

No Hooks.

Returns

String.

Usage

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

AtRuleBlockList::atRuleArgs() code WC 10.5.0

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