Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
AtRuleBlockList::atRuleArgs
Method of the class: AtRuleBlockList{}
No Hooks.
Returns
String.
Usage
$AtRuleBlockList = new AtRuleBlockList(); $AtRuleBlockList->atRuleArgs();
AtRuleBlockList::atRuleArgs() AtRuleBlockList::atRuleArgs code WC 10.5.0
public function atRuleArgs()
{
return $this->sArgs;
}