Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::atRuleNamepublicWC 1.0

Method of the class: KeyFrame{}

No Hooks.

Returns

String|null.

Usage

$KeyFrame = new KeyFrame();
$KeyFrame->atRuleName();

KeyFrame::atRuleName() code WC 10.4.3

public function atRuleName()
{
    return $this->vendorKeyFrame;
}