Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
KeyFrame::atRuleName
Method of the class: KeyFrame{}
No Hooks.
Returns
string|null.
Usage
$KeyFrame = new KeyFrame(); $KeyFrame->atRuleName();
KeyFrame::atRuleName() KeyFrame::atRuleName code WC 11.0.1
public function atRuleName()
{
return $this->vendorKeyFrame;
}