get_property_priority method

get_property_priority

Used to retrieve the priority of a CSS property (e.g. the “important” qualifier) if the property has been explicitly set in this declaration block.

Returns

Returns property priority

def get_property_priority(self, property_name):
    ...
ParameterTypeDescription
property_namestrName of the property.

See Also