Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
AtRuleBlockList::isRootList
Method of the class: AtRuleBlockList{}
No Hooks.
Returns
true|false.
Usage
$AtRuleBlockList = new AtRuleBlockList(); $AtRuleBlockList->isRootList();
AtRuleBlockList::isRootList() AtRuleBlockList::isRootList code WC 10.5.0
public function isRootList()
{
return false;
}