Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::getIsImportant
Method of the class: Rule{}
No Hooks.
Returns
true|false.
Usage
$Rule = new Rule(); $Rule->getIsImportant();
Rule::getIsImportant() Rule::getIsImportant code WC 10.8.1
public function getIsImportant()
{
return $this->bIsImportant;
}