Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

AtRuleBlockList::isRootListpublicWC 1.0

Method of the class: AtRuleBlockList{}

No Hooks.

Returns

true|false.

Usage

$AtRuleBlockList = new AtRuleBlockList();
$AtRuleBlockList->isRootList();

AtRuleBlockList::isRootList() code WC 10.5.0

public function isRootList()
{
    return false;
}