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 11.0.1

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