Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property
Import::atRuleName
Method of the class: Import{}
No Hooks.
Returns
String.
Usage
$Import = new Import(); $Import->atRuleName();
Import::atRuleName() Import::atRuleName code WC 10.5.0
public function atRuleName()
{
return 'import';
}