Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Import::atRuleNamepublicWC 1.0

Method of the class: Import{}

No Hooks.

Returns

String.

Usage

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

Import::atRuleName() code WC 10.5.0

public function atRuleName()
{
    return 'import';
}