remove_property method

remove_property

Used to remove a CSS property if it has been explicitly set within this declaration block.

Returns

Returns property value

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

See Also