css_text property

css_text property

The parsable textual representation of the declaration block (excluding the surrounding curly braces). Setting this attribute will result in the parsing of the new value and resetting of all the properties in the declaration block including the removal or addition of properties.

Definition:

@property
def css_text(self):
    ...
@css_text.setter
def css_text(self, value):
    ...

See Also