css_rules property

css_rules property

The list of all CSS rules contained within the style sheet. This includes both rule sets and at-rules.

Definition:

@property
def css_rules(self):
    ...

See Also