String getPropertyPriority(String propertyName);
propertyName
The name of the CSS attribute.
The string "important" if the named CSS attribute is explicitly specified in this declaration block and has the !important priority modifier. Returns the empty string otherwise.