build method

build

Builds the final CSS style string from the accumulated style attributes.

Returns

A string representing the CSS style rule.

def build(self):
    ...

See Also