Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property
Import::atRuleArgs
Method of the class: Import{}
No Hooks.
Returns
Array
Usage
$Import = new Import(); $Import->atRuleArgs();
Import::atRuleArgs() Import::atRuleArgs code WC 10.5.0
public function atRuleArgs()
{
$aResult = [$this->oLocation];
if ($this->sMediaQuery) {
array_push($aResult, $this->sMediaQuery);
}
return $aResult;
}